/* Code Punk Stylesheet */

/* Elements */

		body {
			scrollbar-base-color: #000000;
			scrollbar-track-color: #c0c0c0;
			scrollbar-arrow-color: #c0c0c0;
			}

			
		h1.punk {
			font-family: Tahoma, sans-serif;
			font-size: 20pt;
			font-weight: 900;
			color: #c0c0c0;
			}
		h2.title {
			font-family: Tahoma, sans-serif;
			font-size: 18pt;
			font-weight: 900;
			color: #c0c0c0;
			text-align: center;
			}
			
	p {
		font-family: Times New Roman, serif;
		font-size: 15pt;
		font-weight: 500;
		color: #000000;
		padding-left: 20px;;
		padding-right: 20px;
		}
		
	p.list {
		font-family: Times New Roman, serif;
		font-size: 15pt;
		font-weight: 500;
		color: #000000;
		padding-left: 35px;
		margin-right: 35px;
		}
		
	p.code {
		font-family: Arial, sans-serif;
		font-size: 12pt;
		font-weight: 700;
		color: #009966;
		padding-left: 35px;
		padding-right: 35px;
		}
		
	pre.code {
		font-family: Arial, sans-serif;
		font-size: 12pt;
		font-weight: 700;
		color: #009966;
		padding-left: 35px;
		padding-right: 35px;
		}
		
	h3 {
		font-family: Tahoma, sans-serif;
		font-size: 18pt;
		font-weight:700;
		color: #cc0000;
		}
		
	em {
		font-weight: 700;
		font-style: italic;
		}
	/* Links */
	a:link, a:visited {
		font-family: Tahoma, sans-serif;
		font-size: 13pt;
		font-weight: 800;
		color: #6666ff;
		text-decoration: underline;
		}
		
	a:hover, a:active {
		font-family: Tahoma, sans-serif;
		font-size: 13pt;
		font-weight: 700;
		color: #ff0000;
		text-decoration: underline;
		}
		
	a.menu:link, a.menu:visited {
		font-family: Times New Roman, serif;
		font-size: 15pt;
		font-weight: 800;
		color: #000000;
		text-decoration: none;
		}
		
	a.menu:hover, a.menu:active {
		font-family: Times New Roman, serif;
		font-size: 15pt;
		font-weight: 800;
		color: #ff0000;
		text-decoration: underline;
		}
		
	a.closemenu:link, a.closemenu:visited {
		font-family: Times New Roman, serif;
		font-size: 15pt;
		font-weight: 800;
		color: #ff0000;
		text-decoration: none;
		}
		
	a.closemenu:hover, a.closemenu:active {
		font-family: Times New Roman, serif;
		font-size: 15pt;
		font-weight: 800;
		color: #ff0000;
		text-decoration: underline;
		}
	
	a.title:link, a.title:visited {
		font-family: Tahoma, sans-serif;
		font-size: 15pt;
		font-weight: 800;
		color: #6666ff;
		text-decoration: underline;
		}
		
	a.title:hover, a.title:active {
		font-family: Tahoma, sans-serif;
		font-size: 15pt;
		font-weight: 800;
		color: #ff0000;
		text-decoration: underline;
		}
		
	a.nav:link, a.nav:visited {
		font-family: Tahoma, sans-serif;
		font-size: 15pt;
		font-weight: 800;
		color: #cc0000;
		text-decoration: none;
		}
		
	a.nav:hover, a.nav:active {
		font-family: Tahoma, sans-serif;
		font-size: 15pt;
		font-weight: 800;
		color: #ff0000;
		text-decoration: underline;
		}
	/* Classes */
	.new {color: #ff0000;}
		
	/* IDs */
	#menu1 {
		position: absolute;
		top: 120px;
		left: 120px;
		visibility: hidden;
		}
		
	#menu2 {
		position: absolute;
		top: 150px;
		left: 120px;
		visibility: hidden;
		}
		
	#menu3 {
		position: absolute;
		top: 250px;
		left: 120px;
		visibility: hidden;
		}
		
	#menu4 {
		position: absolute;
		top: 300px;
		left: 120px;
		visibility: hidden;
		}
		
	#menu5 {
		position: absolute;
		top: 350px;
		left: 120px;
		visibility: hidden;
		}
		
	#menu6 {
		position: absolute;
		top: 400px;
		left: 120px;
		visibility: hidden;
		}