body {
	margin-left: 220px;
	margin-top: 120px;
/*	background-image: url('Logos/720x499.gif'); */
/*	background-repeat: no-repeat; */
/*	background-attachment: fixed; */
	background-color: #6a9ae4 
	}

body.index {
	margin-left: 0px;
	margin-top: 20px;
/*	background-image: url('Logos/720x499.gif'); */
/*	background-repeat: no-repeat; */
/*	background-attachment: fixed; */
	background-color: #6a9ae4
	}

p {
	font-family: "Comic Sans MS" ;
	font-size: 16px ;
	text-align: left ;
	}

p.index {
	text-align: justify;
	margin-left: 10em;
	margin-right: 10em;
	}

p.index_enter {
	text-align: center;
	margin-left: 10em;
	margin-right: 10em;
	}

p.index_enter a {
	text-decoration:none;
	color:white;
	background-color:purple;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	}

p.index_enter a:hover {
	background-color: #210326 }
	
p.index_contact {
	text-align: center;
	margin-left: 10em;
	margin-right: 10em;
	font-size:12px;
	}
	
h1 {
	font-family: "Comic Sans MS" ;
	font-size: 26px ;
	font-weight: Bold ;
	text-decoration: underline ;
	text-align: center ;
	color: black}
	
h2 {
	font-family: "Comic Sans MS" ;
	font-size: 18px ;
	font-weight: Bold ;
	text-decoration: underline ;
	text-align: left ;
	color: black}
	
h3 {
	font-family: "Comic Sans MS" ;
	font-size: 18px ;
	font-weight: Bold ;
	text-decoration: underline ;
	text-align: center ;
	color: black}

h1:first-letter {
	color: red ;
	font-size: 110% }

.toright {
	text-align: right ;
	color: purple ;
	font-style: italic}
	

.addyblock {
	text-align: left;
	position: relative;
	left: 25px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	text-decoration: none;
	}
	
.addytel {
	text-align: left;
	position: relative;
	left: 25px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	text-decoration: none;
	}
	
.addyhead {
	text-align: left;
	position: relative;
	left: 25px;
	margin-top: 0.1em;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-size: 20px;
	}
	
.addyhead:first-letter {
	color: red ;
	font-size: 110%;
	}
	
.form_top {
	position: absolute;
	left: 560px;
	top: 180px;
	}
	
.form_text {
	text-align: left;
	margin-top: 0.6em;
	margin-bottom: 0.1em;
	text-decoration: none;
	}

.form_input {
	text-align: left;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	text-decoration: none;
	}
	
.blue {
	color: blue;
	}
.counter {
	background-color: purple;
	}

ul, ol {
	font-family: "Comic Sans MS" ;
	font-size: 16px;
	}

.highlight {
	background-color: yellow;
	}
	
.hltext {
	color: red;
	}
	
a {
	color: black ;
	text-decoration: none;
	}
	
a:hover {
	background-color: yellow;
	}
	
a.gb {
	color: black ;
	text-decoration: none;
	}
	
a.gb:hover {
	text-decoration: underline;
	background-color: transparent;
	}
		
.ht_pright {
	float:right ;
	width:120px ;
	border:0 ;
	}
	
.logo {
	position: absolute;
	left: 378px;
	top: 20px;
	}	
	
hr {
	width:25% ;
	color: red ;
	}

hr.addy {
/*	width:25% */
/*	position: relative;*/
/*	left: -200px;*/
/*	color: red ;*/
	}
	
ul.navline {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}

ul.navline a {
	float:left;
	width:80px;
	text-decoration:none;
	color:white;
	background-color:purple;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	}

ul.navline a:hover {
	background-color: #210326 }
	
ul.navline li {
	font-size: 11px;
	display: inline;
	}
	
ul.navbar {
	position:absolute;
	left:25px;
	top:123px;
	padding:0;
	margin:0;
	list-style-type:none;
	}

ul.navbar a {
	width:12em;
	text-decoration:none;
	color:white;
	background-color:purple;
	padding:0.2em 0.6em;
	border-right:2px solid white;
	border-bottom:2px solid white;
	display: block;
	}

ul.navbar a:hover {
	background-color: #210326;
	}
	
ul.navbar li {
	font-size: 16px;
/*	font-weight: bold; */
	}
	
ul.index {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
ul.index li {
	font-size: 16px;
	display: inline;
	width:168px;
	vertical-align: top;
	}
	
ul.index a {
	float:left;
	text-decoration:none;
	color:white;
	width:168px;
	background-color:purple;
	border-right:1px solid white;
	padding:0.2em;
	}
	
ul.index p {
	padding-right:0.3em;
	padding-left:0.3em;
	width:168px;
	}
	
ul.index img {
	width:168px;
	}
	
ul.index a:hover {
	background-color: #210326 }