/* Style: 		base.css
	Author: 	Dario de Judicibus
	e-Mail: 	dejudicibus@geocities.com
*/

body  {
	background-color : #000000;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12pt;
	color : #FFFFFF;
}


div.full  {
	position : absolute;
	left : 0;
	top : 0;
}

p  {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12pt;
	color : #FFFFFF;
	text-align : justify;
}

p.banner  {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12pt;
	color : #FFFFFF;
	text-align : center;
}

h1  {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 16pt;
	text-align : center;
	color : #FFFFFF;
}

a  {
	color : #FF0000;
	text-decoration : none;
}

a:active  {
	color : #FF0000;
}

a:link  {
	color : #FF0000;
}

a:visited  {
	color : #FF0000;
}

a:hover  {
	color : #FFFF00;
}

