body, td, p {
	background: black;
	color: white;
	font-weight: normal;
	font-family:arial, helvetica, sans-serif;
	font-size: 13px;
	scrollbar-3dlight-color:#000000;
           scrollbar-arrow-color:#000000;
           scrollbar-base-color:#000000;
           scrollbar-track-color:#000000;
           scrollbar-darkshadow-color:#000000;
           scrollbar-face-color:#FFFFFF;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:;
}

A {
	color: white;
	font-weight:bold;
	text-decoration:none;
} 
.subtitle {
	font-size:17px;
	color:white;
	font-weight:bold;
}
.linkcell {
}
.linkcell:A:hover {
	border: 1px solid white;
	padding: 1px 1px 1px 1px;
}
.contact:A:hover {
	text-decoration:underline;
}	

.innerFrame{
	border: 1px white solid;
}