a:link, a:active, a:visited 
{
	color: yellow;
	font-size: 11;
	text-decoration: none;
	font-family: Verdana;
}

a:hover
 {
	color: red;
	font-size: 11;
	text-decoration: none;
	font-family: Verdana;
	letter-spacing : normal;
	text-transform : none;
	font-weight : normal;
}


.title
{
	color: yellow
	font-size: 11;
	font-weight: bold;
	font-family: "Verdana";
	background : red;
	border-bottom : solid yellow;
	border-color : yellow yellow;
	border-bottom-width : .25mm;
	border-top-width : .25mm;
	width: 100;
	border-style : solid none solid none;
	border-right : none;
	background-color : darkred;
	color: yellow;
}

.header
{
	color: white;
	font-size: 11;
	font-weight: bold;
	font-family: Verdana;
}

.text
{
	color: yellow;
	font-size: 11;
	font-weight: normal;
	font-family: "Geneva";
}

.link
{
	color: white;
	font-size: 11;
	font-weight: normal;
	font-family: "Verdana";
	background : black;
	border-bottom : solid white;
	border-color : white White;
	border-bottom-width : .25mm;
	border-top-width : .25mm;
	width: 100;
	border-style : solid none solid none;
	border-right : none;
}

.author
{
	color: white;
	font-size: 11;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.newstop 
{
	font-size: 11;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border color:yellow;
	border-style: solid;
	border : .25mm solid yellow;
	border-bottom : .25mm dashed yellow;
	width: 400;
	height: 20;
	background : darkred;
	color: yellow;
}

.newsmiddle 
{
	font-size: 11;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: yellow;
	border color:yellow;
	border-style: none;
	border : .25mm solid yellow;
	border-bottom : .25mm dashed yellow;
	width: 400;
	height: 100;
	border-top : none;
	background-color: black;
}

.newsbottom 
{
	font-size: 11;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border color: yellow;
	border-style: none;
	border : .25mm solid yellow;
	border-bottom : .25mm solid yellow;
	width: 400;
	height: 20;
	border-top : none;
	background : darkred;
	color: yellow;
}


.pictable
{
	border color: white;
	border-style: dashed;
	border : .50mm solid white;
	padding : 3;
	color: white;
	border-left : .50mm dashed white;
	border-right : .50mm dashed white;
}

.border
{
	border color: darkred;
	border: .25mm solid darkred;
}

.border2
{
	border color: yellow;
	border: .25mm solid yellow;
}

.navigation 
{
	font-size: 11;
	font-weight: normal;
	font-family: verdana;
	color: white;
	border color: darkred;
	border-style: none;
	border : .25mm solid darkred;
	border-bottom : .25mm solid darkred;
	width: 100;
	height: 800;
	border-top : .25mm solid darkred;
	background-color: black;
	border-left : .25mm solid darkred;
	border-right : .25mm solid darkred;
}

.content
{
	font-size: 11;
	font-weight: normal;
	font-family: verdana;
	color: yellow;
	border color: yellow;
	border-style: none;
	border : .25mm solid yellow;
	border-bottom : .25mm solid darkred;
	width: 500;
	height: 800;
	border-top : .25mm solid yellow;
	border-left : .25mm solid yellow;
	border-right : .25mm solid yellow;
}

.disclaimer
{
	font-size: 11;
	font-weight: normal;
	font-family: verdana;
	color: yellow;
	border color: yellow;
	border-style: none;
	border : .25mm solid yellow;
	border-bottom : .25mm solid yellow;
	width: 700;
        border-top : .25mm solid yellow;
	background-color: black;
	border-left : .25mm solid yellow;
	border-right : .25mm solid yellow;
}







BODY
 {
	background-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: 050E64;
	scrollbar-shadow-color: black;
	scrollbar-3dlight-color: 050E64;
	scrollbar-arrow-color: white;
	scrollbar-track-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-size: 2;
	font-size: 11;
	font-weight: normal;
	color: blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
