body { color: black; background-color: white; }

p {font-family: Arial; font-size:14px; color: #000000;}
p.just {font-family: Arial; font-size:14px; color: #000000;text-align:justify}

li {font-family: Arial; font-size:14px; color: #000000; text-align:justify}

div.smaller {font-family: Arial; font-size:10px; color: #000000;}

p.smaller {font-family: Arial; font-size:10px; color: #000000;}

p.white {font-family: Arial; font-size:12px; color: #FFFFFF;}

h1 {font-family: Arial; font-size:20px; color: #000000;}

h2 {font-family: Arial; font-size:20px; color: red;}

h3 {font-family: Arial; font-size:16px; color: red;}

td {font-family: Arial; font-size:14px; color: #000000;}

table:mid {font-family: Arial; font-size:14px; color: #000000; text-align:center}

table {font-family: Arial; font-size:14px; color: #000000; text-align:left}

img.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}

img.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	}

a:link { color: blue }

a.white:link { color: #FFFFFF }

a:visited { color: blue }

a:hover { color: blue }

a:active { color: blue }


