#main {
	position:relative;
        margin-left: auto;
        margin-right: auto;
	width:600;
	background-color: black;
	color: white
	}


#card {
	position:relative;
	width:300;
	padding:10px;
	margin:10px 0px 50px 0px;
	border:1px solid white;
	background-color: black;
	color: white
	}


#thumbnail {
	margin:10px 10px 10px 10px;
	background-color: black;
	color: white
	}


body {  text-decoration: none;
        color: white;
        font-family: arial;
        font-size: 10pt;
	background-color: black}



A:link {text-decoration: underline; color: white; border:none;}
A:visited {text-decoration: underline; color: white; border:none;}
A:active {text-decoration: underline; color: white; border:none;}





