@charset "utf-8";
/* CSS Document */

Body {background-color: #e7e5e5;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #92a7ba;
	 }

.title {font-size: 14px;
        color: #4e6b84;
		font-weight: bold;}
		
a:link  { color: #6d6aa7; text-decoration: none; font-size: 12px; font-weight: bold;}
a:hover  { color: #6e5b5b; text-decoration: underline }
a:visited { color: #a53c4d; text-decoration: none; }

.footer {color: #1d1964;
         background-color: #6a81c0;
         border: solid;
		 border-width: thin;
		 border-color: #1d1964;}

