﻿body {
	background-color:white;

font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: large;}
{text-align:right;}




/* link styles */

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  border-bottom: px dotted;
  padding-bottom: .25em;
  }

a:link, a:active {
  color: #cc6633;
  }

a:visited {
  color: #cc6633;
  }
  
a:hover {
	background-color: #ffff91;
	color: #cc6336;
	font-size: medium;
	text-align: center;
  }

