.headline, {
	font: bolder;
	font-size: large;
	font-variant: small-caps; 
}

.models, {
	font: bold; 
	font-size: medium;
}

a:link {
	color: #000099;
	text-decoration: none;
	font-family: sans-serif;
}

a:visited {
	color: #616161;
	text-decoration: none;
}

a:hover {
	color: Maroon;
	text-decoration: none;
}

body {
	margin: 0 0 0 0;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: square;
	font-family: sans-serif;
}

.desc {
	font-size: medium;
	text-align: justify;
	line-height: 18px;
}

