* { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
body {
	color: black;
	background-color: #333333;
	}

a {
	color: #f00; 
	}

a:hover {
	text-decoration: none;
	}

img {
	border: none;
	}

h2 {
	font-size: 18px;
	color: red;
	}
