/*
	-= Design by Oxymoron Design 	=-
	-= http://www.oxymoron.nl	=-
*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #FFF;
	color: #000;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a {
	color: #901359;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 18px;
}
p {
	line-height: 18px;
}
a img {
	border: 0;
}