/* Tags */


body
	{
	position: static;
	background-color: #FFFFFF;
         font-family: arial,helvetica,sans-serif;
         margin: 0;
         padding: 0;
         }

p
	{
	font-size: 12px;
         font-family: arial,helvetica,sans-serif;
         text-align: center;
	color: black;
         width: 860px;
       	}


h1
	{
         font-size: 24px;
	font-family: arial,helvetica,sans-serif;
         text-align: center;
	line-height: 1em;
	color: #00acd3;
     	}


h2
	{
         font-size: 18px;
	font-family: arial,helvetica,sans-serif;
         text-align: center;
	line-height: 1em;
	color: #000000;
         }


h3
	{
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
         text-align: center;
	line-height: 1em;
	color: 000000;
      }


img
	{
	border: none;
	margin: 0.2em;
       	}


/* Links */


a:link
       {
       	font-size: 12px;
       	font-weight: bold;
         color: #000000;
         text-decoration: none;
         background-color: #FFFFFF;
         padding: 1px;
         }

a:visited
      {
      	font-size: 12px;
         font-weight: bold;
         color: #00acd3;
         text-decoration: none;
         background-color: #FFFFFF;
         padding: 1px;
	}

a:hover
	{
	font-size: 12px;
         font-weight: bold;
         color: #00acd3;
         text-decoration: none;
         background-color: #FFFFFF;
         padding: 1px;
          }

a:active
	{
	font-size: 14px;
         font-weight: bold;
         color: #00acd3;
         text-decoration: none;
         background-color: #FFFFFF;
         padding: 1px;
         }

a:focus
	{
	font-size: 12px;
         font-weight: bold;
         color: #00acd3;
         text-decoration: none;
         background-color: #FFFFFF;
         padding: 1px;
	}
