body {
	margin: 0; /* Gets rid of default margin on body that most browsers add. */
	padding: 0; /* Gets rid of default padding on body that Opera adds. */
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100.01%; 
}
a:visited, a:hover { 
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}	
a:link { 
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_body {
	font-size: 14px;
	color: #000000;
}
a.text_body:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.text_body:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.text_body:hover {
	text-decoration: underline;
}
a.text_login:link {
	font-size: 12px;color:  #FFFFFF;
	text-decoration: none;
}
a.text_login:hover {
	font-size: 12px;color:  #FFCC00;
	text-decoration: underline;
}

.text_login {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text_mini {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
}

