.error {
	color: #FF0000;
	font-weight: bold;
}
strong {
	color: #900;
	font-weight: bold;
}
.style1 {color: #990000}
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background: #999;
	text-align: center;
}
p {
	font-size: 13px;
	line-height: 20px;
}
ul li {
	font-size: 13px;
	line-height: 20px;
}
h1 {
	font-weight: normal;
	color: #900;
	font-size: 19px;
	letter-spacing: 8px;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	color: #900;
	font-size: 17px;
	letter-spacing: 6px;
	text-transform: uppercase;
}
#wrapper {
	width: 900px;
	border: 1px solid #900;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 2px;
	background: #900;
	margin: 0px;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	vertical-align: bottom;
	height: 30px;
	padding: 5px 20px 3px;
}
#nav a:hover {
	background: #666;	
}
a {
	color: #628bb5;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
#footer {
	background: #CCC;
	padding: 10px;
	font-size: 11px;
	margin: 20px 0px 0px;
}
#footer a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
.liga {
	color: #666;
	text-decoration: none;
	background: #CCC;
	border-style: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.liga:hover {
	background: #CCC;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
