body{
	background-repeat : no-repeat;
	background-position: left;
	margin-left : 0px;
	margin-top : 0px;
	background-attachment : fixed;
}

td{
	font-family: Comic Sans MS,Arial,Helvetica;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: Black;
}

/*  -- mini -- */
.mini{
	font-family: Arial,Helvetica;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	color: Black;
}

/* -- keyword -- */
.keyword{
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #0750e4;
}


/* -- links -- */
a {
	font-family: Comic Sans MS,Arial,Helvetica;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	color: Black;
}

a:hover  {
	font-family: Comic Sans MS,Arial,Helvetica;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	color : #0750E4;
}

a.mini {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: Black;
}
a.mini:hoover {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color : #0750E4;
}

a.footer{
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10px;
	color: black;
	text-decoration : none;
}

a.footer:hover{
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration: underline;
	color : #0750E4;
}
