@charset "macintosh";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4e1ef;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
td {
	vertical-align: top;
	text-align: justify;
}
#p {
	padding: 5px;
}
h1 {
	font-size: 14px;
	color: #0CF;
}

h2 {
	font-size: 11px;
	color: #0CF;
	text-align: right;
}
hr {
	color: #222;
}

a:link {
	color: #CCC;
	text-decoration: none;
}

a:visited {
	color: #6B7C85;
	text-decoration: none;
} 

a:hover {
	color: #0CF;
	text-decoration: none;
}
