/* CSS Document */


a:link {color: #FF0000; text-decoration: none}
a:visited {color: #00FF00; text-decoration: none}
a:hover {color: #FF00FF; text-decoration: underline}
a:active {color: #0000FF}

li {list-style-type: disc; color: #cccccc;}

h1 {color: #182945; font-size: 28px}
h2 {color: #182945; font-size: 18px}
h3 {color: #cccccc; font-size: 12px}
p {color: #182945;}
body {color: #cccccc;}

body#background {width: 880px; background: url(http://i200.photobucket.com/albums/aa241/zewkey/luigibg880.png) no-repeat top left; 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;}
