HTML,BODY {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:color:rgb(255, 255, 255);
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:10px;
	color:#000;
}
#Alpha {
	text-align:center;
}
H1 {
	width:360px;
	height:203px;
	margin:0 auto;
	padding:4em;
	background:#FFF url('../img/vincena.png') no-repeat 50% 50%;
}
H1 A {
	display:none;
}
P {
	font-size:1.1em;
	color:rgb(93, 60, 13);
}
H2
{
	font-size:1.4em;
	color:#12A78F;
}
P A:link, P A:visited
{
	color:rgb(86, 126, 181);
}
P A:hover
{
	color:rgb(1, 102, 72);
}
DFN
{
	cursor:help;
	font-style:normal;
	border-bottom:1px dotted;
}

ADDRESS
{
	display:inline;
	font-style:normal;
}