* {
	font-size: 100.01%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	font-size: 1em;
	font-family:  Arial,helvetica,sans-serif;
	background: #484a4e url(bg-gradient.jpg) repeat-y 50% 0px;
}

.clear {clear:both;}

p{
	margin-top: 0;
}

img{
	border: 0;
}

a:link, .pseudo-link{
	color:#fe0f00;
}
.pseudo-link {
	text-decoration: none;
	border-bottom: 1px dotted #fe0f00;
}


a:visited{
	color: #fe0f00;
}
a:hover, .pseudo-link:hover{
	color: #000000;
	border-color: #000000;
}
