/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* 

{
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Courier New, Courier, Verdana, sans-serif, นูลม;
	background: #fff;
}

select {
	font-size: 11px;
	font-family: Courier New, Courier, Verdana, sans-serif, นูลม;
	background: #fff;
}

option {
	font-size: 11px;
	font-family: Courier New, Courier, Verdana, sans-serif, นูลม;
	background: #fff;
}

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000;}
a:visited { text-decoration: none; color: #000000;}
a:hover { text-decoration: underline; color: #0077ff; }

a img { border: none; }