/*
###########################################
#
#  mailcluster exim Webinterface
#  copyright by Markus Melber, 2006
#  Developer: Markus Melber markus@melber.info
#			    mm@ecore.net				
#  help: markus@melber.info 
#
#
#  Style: blueline
#  last update this site: 2006-09-14
#
###########################################
blue: A9C7EC
green: CDE985
*/

body {
	font-size: 10px;
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#3A39A6;
	background-color:white;
	}

p, table, tr, td {
	font:11px verdana, arial, helvetica, sans-serif;
	}
a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}


a:link {
    color:#3A39A6;
    }
a:visited {
    color:#3A39A6;
    }
a:hover {
    color: #09c;
    background-color:#eee;
    }

#welcome {
	width:400px;
	margin-top:40px;
	padding:10px;
	border:1px dashed #3A39A6;      	
}

/* Again, "be nice to Opera 5". */
body>#Status {width:500px;}


