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


body {
	background-color: #000000;
}


a:link {
	color: #932e5a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #782548;
}
a:hover {
	text-decoration: underline;
	color: #BA3A71;
}
a:active {
	text-decoration: none;
	color: #932e5a;
}


.content {
	color: #481D30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d07aa0;
}

.footer a:link {
	color: #DF82B3;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #d07aa0;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFCCFF;
}
.footer a:active {
	text-decoration: none;
	color: #d07aa0;
}
.content_header {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.homeblog {
	width: 308px;
	height: 350px;
	border-style: solid;
	border-width: 1;
	border-color: #da79a3 #f8cee0 #f8cee0 #da79a3;
	overflow: auto;
	padding: 5px;
	color: #481D30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.press {
	color: #481D30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
