a:link {font-family:Arial; color:blue; text-decoration:none; border: 1px solid grey; background: white;  }
a:visited {font-family:Arial; color:green; text-decoration:none; border: 1px white; background: purple}
a:hover {font-family:Arial; color:red; text-decoration:none; border: 1px solid grey; background: white; }
h4 {font-family:verdana; font_size: 16px; background-color: "white"; font-style: italic}
h3 {font-family:verdana; font_size: 20px}
h2 {display:inline; font-family:verdana; font_size: 16px}
p {font-family:courier}
body {background-color: silver; background-image: url('/images/background.png'); }
a {background-color: silver; border: 0px; color: silver;}
div.footer { color:green; font-family: verdana; } 
td {font-family: Arial; }
th {text-align : left; font-family : Arial; font_size : 4;}



.button {
    vertical-align: bottom;
    /*adjust the roundness*/
    border-radius: 6px;
    moz-border-radius: 6px;
    webkit-border-radius: 6px;
    /*adjust height and width
      height: 20px;
      width: 20px; */
    border:1px #245ec6 solid;
    background-color:white;
    display:inline;
    }

a.textlink {
	border-style: none;
	background-color: transparent; 
	text-decoration: none;
	}
	



