/* Code Punk Stylesheet */

/* Elements */

		body {
			scrollbar-base-color: #cccccc;
			scrollbar-track-color: #c0c0c0;
			scrollbar-arrow-color: #ffff00;
			}

			
	/* Links */
	a:link, a:visited {
		font-family: Tahoma, sans-serif;
		font-size: 10pt;
		font-weight: 600;
		color: #000000;
		text-decoration: none;
		}
		
	a:hover, a:active {
		font-family: Tahoma, sans-serif;
		font-size: 10pt;
		font-weight: 580;
		color: #ff0000;
		text-decoration: none;
		}
		
	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;}

H2 {
  font-family: Tahoma, sans-serif;
		font-size: 13pt;
		font-weight: 400;
		color: #00002f;
		text-decoration: none;
}

H3 {
  color: #663399;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
 }
		
	/* IDs */
	#menu1 {
	position: absolute;
	top: 120px;
	left: 120px;
	visibility: hidden;

		}
		
	#menu2 {
		position: absolute;
		top: 150px;
		left: 120px;
		visibility: hidden;
		}
