body {
	margin: 0px;
	background: url(images/trans.png);
	font-family: trebuchet ms;
        font-size: 12px;
		color: black;

}

img{border: 0px;}

a{
	color: red;
	margin:0px;
	padding:0px;
	font-family:trebuchet ms;
	
	font-size: 12px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*letter-spacing: .3mm;*/
	}

h2 {
	color: #8DB927;
	margin:0px;
	padding:0px;
	font-family:trebuchet ms;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px dotted;
	letter-spacing: 0mm;
	}
	
a:hover {
	color: #ffcc00;
	text-decoration: none;
	/*background: #FD5C18;	*/
}

