﻿body  {
   font-family: verdana,sans-serif;
   font-size: 15px;
   line-height: 100%;
   color: #FF0000;
   background-color: #CCCCCC;
   margin-top: 1em; 
   }
p  {
   margin-left: 3em;
   margin-right: 3em;
   margin-top: 1em;
   }
p:first-line  {
   font-size: 20px;
   line-height: 4em;
   }
li {
   margin: 1px 1px 1px 1px;
   list-style: none;
   }
a:link  {
	color: #3300CC;
	background-color: #CCCCCC;
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
    }
a:visited {
   color: #3300CC;
   background-color: #CCCCCC;
   text-decoration: none;
   font-size: xx-small;
   font-weight: bold;
   }
a:active  {
   color: #3300CC;
   background-color: #CCCCCC;
   text-decoration: none;
   font-size: xx-small;
	font-weight: bold;
   }
a:hover  {
   color: #FFFFFF;
   background-color: #CCCCCC;
   text-decoration: none;
   font-size: xx-small;
	font-weight: bold;
   }
h1 {
   font-weight: bold;
   font-family: verdana,sans-serif;
   color: #006666;
   background-color: #CCCCCC;
   font-style: normal;
   text-align: center;
   font-size: 13px;
   line-height: 1.1em;
   margin-left: 7em;
   margin-right: 7em;
   margin-top: 2em;
   }
h2 {
	font-weight: bold;
	font-family: verdana,sans-serif;
	color: #006666;
	background-color: #CCCCCC;
	font-style: normal;
	text-align: left;
	font-size: xx-small;
	line-height: 1.2em;
	margin-left: 10em;
	margin-right: 10em;
}
h3 {
	font-weight: bold;
	font-family: verdana,sans-serif;
	color: #006666;
	background-color: #CCCCCC;
	font-style: normal;
	text-align: center;
	font-size: x-small;
	line-height: 1.2em;
	margin-left: 7em;
	margin-right: 7em;
	margin-top: 1.5em;
}
h4 {
	font-weight: bold;
	font-family: verdana,sans-serif;
	color: #006666;
	background-color: #CCCCCC;
	font-style: normal;
	text-align: left;
	font-size: xx-small;
	line-height: 1.2em;
	margin-left: 7em;
	margin-right: 7em;
	text-decoration: blink;
}
h5 {
	font-weight: bold;
	font-family: verdana,sans-serif;
	color: #006666;
	background-color: #CCCCCC;
	font-style: normal;
	text-align: center;
	font-size: xx-small;
	line-height: 1.2em;
	margin-left: 7em;
	margin-right: 7em;
	margin-top: 1.5em;
	text-transform: uppercase;
}
em {
   font-weight: normal;
   font-family: verdana,sans-serif;
   font-size: 13px;
   font-style: normal;
   text-align: left;
   color: #006666;
   background-color: #CCCCCC;
   line-height: 1.2em;
   margin-right: 0.1em;
   margin-left: 0.1em;
   }
img  {
   margin: 5px 50px 5px 50px;
   padding: 5px 5px 5px 5px;
   border-style: none;
   float: center;
   }
#container {
  margin-left: auto;
  margin-right: auto;
  } 
#backtomain {
   vertical-align: text-middle;
   text-align: center;
   float: left;
   width: 1px;
   height: 1px;
   background-color: #88B655;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   padding: 3px;
   }
@media (min-width: 370px) {
   myClass{}
}