@charset "UTF-8";
/* CSS Document */

.logosidetop {
	background-image:url(/images/main_02.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.logotop {
	background-image:url(/images/maintop.png);
	background-repeat: no-repeat;
	}

.headingtext {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#C30;
	}
.normaltext {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
	}
	
.blogdetails {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:10px;
	font-style:italic;
	}
a:link {
	color: #C30;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C30;
}
a:hover {
	text-decoration: none;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #C30;
}
.centermeyoufuck {
	text-align: center;
}