/* all CSS*/
.blueline  {}

.article  {
	font-family : "Futura Lt BT","Verdana", Arial, sans-serif;
	font-style : normal;
	color : black;
	font-size : 0.8em;
}

.titlebutt  {
	font-family : "Garamond",  serif;
	color : black;
	font-weight : bold;
	font-size : 1.0em;
	text-align : center;
}

A.int:visited  {
	background-color : skyblue;
	color : white;
	text-decoration : none;
	font-family : "Verdana", "Arial Black",sans-serif;
	font-size : 0.8em;
}

A.int:link  {
	background-color : skyblue;
	color : black;
	text-decoration : none;
	font-family : "Arial Black","Verdana", Arial,sans-serif;
	font-size : 0.7em;
}

A.ext:link  {
	font-style : normal;
	font-size : 1.0em;
	text-decoration : none;
	color : blue;
	font-weight : bold;
}

H1  {
	font-family : "Garamond", "Times New Roman", serif;
	padding-top : 0.2em;
	padding-bottom : 0.2em;
	color : skyblue;
	text-align : left;
	font-size : 3.5em;
}

H2  {
	font-family : "Garamond", "Times New Roman", serif;
	padding-top : 0.2em;
	padding-bottom : 0.2em;
	color : skyblue;
	text-align : left;
	font-size : 2.2em;
}

H3  {
	font-family : "Garamond", "Times New Roman", serif;
	padding-top : 0.2em;
	padding-bottom : 0.2em;
	color : skyblue;
	text-align : left;
	font-size : 1.5em;
}

.copyright  {
	font-size : .6em;
	font-family : sans-serif;
	color : Blue;
}

