
body  {
	font-family : Verdana, Arial, serif;
	background-color: Black;
	color: White;
}

	
h1, h2 	{

	color:red;
	background-color: #FF9;
	text-align: center;
	border: thin double Blue;
	font-family : "Times New Roman";
	width: 100%
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {

	color:red;
	background-color: #FF9;
	border: thin double Blue;
	text-align : center;
	width: 100%;
}

p, li  {
	font-size: 105%;
}

li li {
	font-size: 100%;
}

table {
	background-color: White;
	color: Black;
	background-image: url(bg.jpg);
}

div.prep{
	font-family : Courier, "Courier New", monospace;
	}
	
	
	a[type='application/pdf'] {
background: url('/css/img/ico_pdf.gif') no-repeat 0 50%;
padding-left: 20px;
display:inline-block;
}