body{
        margin: 0;
        padding: 0;
        color:#000;
	font-size: 12px;
	background-image: url('../img/bg.gif');
}

table{
        font-size: 12px;
	color: #424242;
	line-height: 1.5em;
}

h1{
        font-size: 9px;
	color: #666666;
	height: 12px;
	line-height: 1.5em;
}

h2{
        font-size: 9px;
	color: #aaaaaa;
	height: 9px;
	line-height: 1.5em;
}

a:link {
        font-size: 12px;
        color: #4D82C4;
		text-decoration: none}       
a:visited {
        font-size: 12px;
        color: #4D82C4;
		text-decoration: none}
a:hover {
        color: #FF6600;
	text-decoration: underline;}	
