h1 {font-size: 2em; font-weight: bold;}
h2 {font-size: 1.5em; font-weight: bold;}
h3 {font-size: 1em; font-weight: bold;}
p {font-size: 0.7em; font-weight: normal:}

body {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans serif;
	margin:50px;
}

#page {
	margin-left: 50px;
    margin-right: 200px;
    margin-top; 150px;
    width: 550px;
}

img {
    float: left;
    padding: 20px;
}

a:link {color: #CCCCCC; text-decoration: none; font-weight: bold;}
a:visited {color: #CCCCCC; text-decoration: none; font-weight: bold;}
a:hover {color: #333333; text-decoration:none; font-weight: bold;}
a:active {color: #333333; text-decoration:none; font-weight: bold;}