h1 {
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 160px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;

}
.buttons {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #F0FFFF;
	background-color: Blue;
	text-align: center;
	display: block;
	margin: 6px;
	width: 150px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: medium solid #666666;
	border-left: medium solid #666666;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 6px;
	padding-left: 2px;
	padding-right: 2px;
}
.buttons a:link {
	font-style: normal;
	color: White;
	text-decoration: underline;
}
.buttons a:visited {

	font-style: normal;
	color: #F8F8FF;
	text-decoration: underline;
}

.buttons a:active {
	font-style: normal;
	color: #ABABFA;
	text-decoration: underline;
}
.buttons a:hover {
	font-style: normal;
	color: #FFD700;
	text-decoration: underline;
}

.initial {
	text-indent: 0;
	font-style: normal;
}

P.initial:first-letter {
	font-size: 200%;
	float: left;
	margin-top: .2em;
	font-weight: bold;
}

td.tagline {
	background: Yellow;
	color: #464646;
	font-size: 1.1em;
	padding-left: 100px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.mainbullets {
	font-size: 1.6em;
	font-family: "Comic Sans MS", "MS Sans Serif", Geneva, sans-serif;
	text-align: center;
}
.heading {
	background-color: #00167B;
	color: White;
	text-align: center;
}
.heading a:link
{
	color: White;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: White;
	color: #00167B;
}
 .copyright {
	font-size: 1em;
	color: #545454;
	text-align: center;
	margin-top: 6px;
}

 .blarneytag {
	font-size: .9em;
	color: #6A6A6A;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 4px;
}
.uses {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1px;
	margin-top: 1px;
}

.usestitle {
	background-color: #00167B;
	color: White;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1px;
}

.usessubtitle {
	font-size: .9em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 5px;
}

.pagetitle {
	font-size: 1.8em;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 6px;
	text-align: center;
}	

.proceed {
border-bottom: 4px solid red;
border-left: 3px solid red;
border-right: 1px solid red;
border-top: 1px solid red;
}