/* CSS Document */

body {
background: #2e3142;
}

p {
color: #bdbdc9;
font-family: verdana, sans-serif;
font-size: 12px;
}

.abstract {
font-family: verdana, sans-serif;
font-size: 11px;
color: #ffffff;
}

.titles {
color: #bdbdc9;
font-family: verdana, sans-serif;
font-size: 14 px;

}

h1 {
font-family: helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-left: 5em;

}
 
a:link {
	
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #bdbdc9;
	font-decoration:underline;	
}

a:hover {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #bdbdc9;
	font-decoration:underline;	
}

a:visited {
	font-family: verdana, sans-serif;
	color: #bdbdc9;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	
}

a.bottom:link {
	color: #999999;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

a.bottom:hover {
	color: #ffffff;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.bottom:visited {
	color: #999999;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.frame {
border-color: #000000;
border-width: 1px;
}


