/*
 * MCOM_style_main.css
 * 
 * Default Style of maklott.com
 * 
 * Created : 2008 12 03
 * Last Changed : 2009 01 05
 * by oliver@maklott.com
*/
body
{
	background-color: #fbfbff;
}
body, div, span, table, tr, td, th, iframe
{
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

/* ---------------- Links ---------------- */
a
{
	font-size: 12px;
	text-decoration: none;
}
a:link { color: #666699; }
a:active { color: #0000FF; }
a:hover { color: #999999; }
a:visited { color: #666666; }
