body {
    margin:0;
    padding:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background:#000000 url(../images/road.jpg) repeat-y 50% 0;
}

h2 h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform:uppercase;
	display: inline;
}
a:link {text-decoration:none;
color: #fff;
}    /* unvisited link */
a:visited {text-decoration:none;
color: #ffff00;
} /* visited link */
a:hover {text-decoration:underline;
}   /* mouse over link */
a:active {text-decoration:underline;
color: #ffff00;
}  /* selected link */
