/* history.css */

body {font-family: arial, sans-serif;
	font-size: 10pt;}
.content {width: 750px;}

h1 {font-size: 24pt;
	}
}
h4 {font-size: 18pt;}
h6 {font-size: 14pt;  color: #000000; }
h6.right {font-size: 14pt; 
	text-align: right;
	border-bottom: solid medium black;}
p {font-size: 10pt; align: justify;}
.ten {font-size: 10pt; }
.twelve {font-size: 12pt; }
ul {font-size: 10pt; }

a { color: #000000;}
a:hover { color: #ff6666;}
a: visited { color: #000000;}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
