﻿
body {
	background: black;
	font-family: "arial";
	font-size: 85%;
	font-color: #A5D8F6;
	line-height: 1.75;
	margin-right: 5%; /* Percentages are liquid */
	margin-left: 5%; /* Percentages are liquid */
}

h1,h2,h3,h4,h5,h6{
	font-family: "arial"; 
	color:#a5d8f6;
}

/* h4.description{color: #a5d8f6;} */

p{
	font-family: "arial";
	color:#d4e7b2;
	margin-right: 5%; /* Percentages are liquid */
	margin-left: 5%; /* Percentages are liquid */
}

a:link{
	color: #A5D8F6;
	text-decoration: underline;
}

a:visited{
	color: #A5D8F6;
	text-decoration: underline;
}

img {
	border: 4px solid gray;
}

a:hover {
	color: #ED717A;
	font-weight: bold;
	text-decoration: underline;
}

/*
.acrobat {
	list-style-image: url(acrobat_reader_icon.jpg);
}

.pdf {
	list-style-image: url(pdf_icon.jpg);
}
*/


