﻿.style1 { text-align: center; font-family: Verdana; font-size: medium; font-weight: normal; }
.style2 { text-align: left; font-family: Verdana; font-size: medium; font-weight: normal; }
.style3 { text-align: right; font-family: Verdana; font-size: medium; font-weight: normal; }

a:link    { color:blue; }  
a:visited { color:blue; }  
a:focus   { color:purple; }
a:hover   { color:red; }
a:active  { color:red; }

table { table-layout: fixed; }   
