a:link
{
	text-decoration: none;
	color: #ffff99; 
}
a:visited
{
	color: rgb(240,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
	text-decoration: none
}
a:hover
{
	color: rgb(0,204,0);
}	

body
{ 
    background-image: url('images/back.png');
	background-repeat: repeat-x;
	font-family: Bookman Old Style, Times New Roman, Times;
	background-color: #330000;
	color: #ffff99;
}

.image
{
	border : 3px solid #ffff99;
}
.top
{
    postition : absolute;
    margin-top : 0px;
    margin-left : 0px;
    width :980px;
	height : 175px;
	background-color : #660000;
	border : 4px solid #ffff99;
	}
	
.nav
{
	margin-top: 0px;
	margin-left: 0px;
	width: 980px;
	height: 50px;
	background-color: #330000;
	border-color: #ffff99;
	border-left-style: solid;
	border-left-width: 4px; 
	border-right-style: solid; 
	border-right-width: 4px; 
	border-bottom-style: solid; 
	border-bottom-width: 4px;
	align: center;
	}
.center
{	
	margin-top: -425px;
	margin-left: 0px;
	height:425px;
	width:680px;
	background-color: #330000;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #ffff99;
}
.big-center
{	
	margin-top: 0px;
	margin-left: 0px;
	height:425px;
	width:980px;
	background-color:#330000;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #ffff99;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #ffff99;
	border-right-style: solid;
	border-right-width: 4px;
	border-right-color: #ffff99;


}

.left
{   
    margin-left: -830px;
    margin-top: -4px;
	border: 4px solid #ffff99;
	width: 150px;
	height: 429px;
	background-color: #660000;
}
.right
{   
	margin-left:830px;
	margin-top: -429px;
	border: 4px solid #ffff99;
	width: 150px;
	height: 429px;
	background-color: #660000;

}

	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h1
{
	align: center;
	color: rgb(51,51,204);
}
h2
{
	color: rgb(0,153,51); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
    font-size: 24;
	font-family: monotype-corsiva;
	color: rgb(204,51,51);
}
