/*  Set link colours for the menu and the bodytext links  */

td.menu a{color:white; text-decoration:none;}
td.menu a:hover{color:rgb(108,137,233); border:1px solid white;}
td.menu a:active{color:green; border:1px solid white;}
td.menu a:visited{}

P.bodytext a{color:orange;  text-decoration:underline;}
P.bodytext a:hover{color:lime; text-decoration:underline;}
P.bodytext a:active{color:orange;  text-decoration:underline;}
P.bodytext a:visited{color:orange; text-decoration:underline;}

/*  Set the general font, colours, etc.  */

Body { background-color: #000000;}
P {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	line-height : 160%;
	color: white;
	margin-top : 12px;
	margin-bottom : 1px;
	padding-bottom : 0px;
        text-indent:0px;
}

H1 {
	font-family : Verdana, sans-serif;
	font-size : 18px;
	color : white;
	margin-bottom : 0px;
	margin-top : 10px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #666666;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

/*  Set the content area properties.   */

td.container
{
border-style:solid; 
border-width: 0 2 0 2;
border-color: rgb(108,137,233)
}

td.menu
{
width:760px;
Height:32px;
padding:4px; 
border-style:solid; 
border-width: 0 2 0 2;
border-color: rgb(108,137,233)
/* border:2px dotted red; */
}

td.content
{
width:760px;
Height:300px;
padding:22px; 
border-style:solid; 
border-width: 0 2 0 2;
border-color: rgb(108,137,233)
/* border:2px dotted red; */
}

td.footer
{
width:760px;
Height:20px;
padding:0px; 
color: white;
border-style:solid; 
border-width: 0 2 0 2;
border-color: rgb(108,137,233)
/* border:2px dotted red; */
}