/* main */
BODY 
{ 
		background: #000022;
		font-family: Arial, Helvetica, sans-serif;
}
/* main */
.main 
{ 
		width: 720px;
		border: 0px;
		position: relative;
		text-align: left;
}
.tresc 
{ 
		margin-left: 200px;
		position: relative;
		color : #eee;
}
h1
{
	text-align: center;
}
.tresc A
{
	color : #eee;
	margin-right : 20px;
}
.slide
{
	text-align: center;
}
#list 
{
		width: 200px;
		float: left;
		text-align: left;
		/*
		padding: 5px;
		margin: 1px;
		border-width: 1px;
		border-style: solid;
		border-color: black;
		*/
}
#list ul
{ 
		margin-left: 0; 
		margin-top: 0; 
		margin-right: 0; 
		padding-left: 0; 
		list-style-type: none; 
		font-family: Arial, Helvetica, sans-serif; 
} 
#list a
{
		display: block; 
		padding: 3px; 
		width: 190px; 
		background-color: #002; 
		border-bottom-width: 1px; 
		border-bottom-style: solid; 
		border-bottom-color: #eee; 
} 
#list a:link, #rolist a:visited 
{ 
 color: #EEE; 
 text-decoration: none; 
} 
#list a:hover 
{ 
 background-color: #123; 
 color: #fff; 
} 
P.copy
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
