img { border: 0px; }

body
{
background-image:url('img/taustagradient.jpg');
background-repeat:repeat-x;
background-color:#000000;

} 

A:LINK {
	color : #d0d0d0;
	text-decoration : none;


}
A:ACTIVE {
	color : #d0d0d0;
	text-decoration : none;

     
}
A:VISITED {
	color : #d0d0d0;
	text-decoration : none;

     
}

A.ONE:LINK {
	color : #d0d0d0;
	text-decoration : underline;


}
A.ONE:ACTIVE {
	color : #d0d0d0;
	text-decoration : underline;

     
}
A.ONE:VISITED {
	color : #d0d0d0;
	text-decoration : underline;

     
}

h1{

font-family : Verdana, Arial;
	font-size : 13px;
	text-decoration: none;
	color : #d0d0d0;
	font-weight : bold;


}

h2{
	
	font-family : Verdana, Arial;
	font-size : 13px;
	text-decoration: none;
	color : #d0d0d0;
	font-weight : bold;
	text-align:center

}

p{


font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	text-decoration: none;
	color : #d0d0d0;
	
}


#top {

	margin:  1px auto;

	width:800px;

	height:100px;

	
	top: 20px;

}

#menu {

	margin: 0px auto;

	width:800px;

	height:30px;

}


#content {

	margin: 20px auto 0px auto;

	width:750;

	height:0px auto;
	
	
}

</style>