﻿body 
{
	background-color: Black;
	margin-left: 0px;
	margin-top: 0px;
	color: White;
	
	scrollbar-3dlight-color:	white;
	scrollbar-arrow-color:		white;
	scrollbar-base-color:		black;
	scrollbar-darkshadow-color:	white;
	scrollbar-face-color:		black;
	scrollbar-highlight-color:	black;
	scrollbar-shadow-color:		black;
	scrollbar-track-color:		black;
	
	font-family: Verdana, Arial, Times New Roman;
	font-size: 16px;
}

a
{
	color: White;	
}

h1
{
	color: Yellow;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

h2
{
	color: white;
	font-weight: normal;
	font-size: 19px;
	text-transform: uppercase;
}

#divContent
{
	width: 746px;
	height: 300px;
	overflow: auto;
	azimuth: far-right;
	padding-right: 10px;
	
}

#divContent img
{
	border: 1px solid white;
}

#divAbout
{
	color: gray;
	font-size: 9px;
}

#divAbout a
{
	color: gray;	
}

#divMenuText
{
	color: Yellow;
	font-size: 20px;
	text-align: left;
	width: 756px;
}

#divContact
{
	width: 756px;
	color: White;
	font-size: 10px;
}

.divOrderedList
{
	font-style: italic;
	color:Yellow;
}
