/* Disclaimer: Quick and dirty */

body {
	/*font-family:Baskerville,"Times New Roman", Times, serif;*/
	font-family:"Times New Roman", Times, serif;
 	/*width:80%;*/
	width:900px;
	margin: 20px 0px 0px 30px;
}

/* resets */
h1 {
    font-family: inherit;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	margin:0;
}

h1 {
	font-size:68px;
}

p {
	margin: 0px 0px 60px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*color:#006699;*/
}

a {
text-decoration:none;
/*color:#0066FF;*/
 color:#666666;
}

a:hover {
background-color:#CCCCCC;
}

.noun {
 	font-style:italic;
 	font-size: xx-large;
}

div.bordered {
	width:250px;
	height: 200px;
	border:1px solid #666666;
	text-align:center;
	
	float:left;
	margin-top:10px;
	margin-right:10px;
}

div.bottom {
	font-size:small;
	height:10%;
}

ul {
	list-style:none;
	font-size:x-large;
	margin: 0;
	padding: 0;
	text-indent: 0em;
	color:#666666;
	
	height:90%;
}

li {
	margin:0px;
}

li.first{
	font-size:xx-large;
	color:#000;
}

/*
li a {
 color:#666666;
 
}*/

#footer {

clear:left;
padding-top:70px;
font-size:xx-small;
}