html {
	height:100%; 
	  /* fix height to 100% for IE */
	max-height:100%; 
	  /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; 
	  /* set default font */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
	}

body {
	background-color: #556B2F;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	}

#card {
	height: 275px;
	width: 425px; 
	background-color: white;
	}

#header {
	padding-top: 35px;
	padding-left: 32px;
	}

#descrip {
	float: left;
	height: 150px;
	padding-left: 35px;
	margin-top: 33px;
	font-family: Verdana;
	font-size: 10px;
	color: gray;
	}

#menu {
	width: 190px;
	margin-top: 27px;
	margin-left: 200px;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	line-height: 2.5;
	}

.copyright {
	height: 20px;
	padding: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	text-align: center;
	}

a:active{
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
	
a:link{
	font-weight: bold;
	color: black;
	text-decoration: none;
	}

a:visited{
	font-weight: bold;
	color: black;
	text-decoration: none;
	}

a:hover{
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
	}