﻿/* 
    Document   : CSSTest
    Created on : 2008/7/18, �W ? 03:51:25
    Author     : Rico
    Description:
        Purpose of the stylesheet follows.
*/
body {margin: 0; background-color:RGB(212,243,252); background-image:url("img/TitleBG.jpg");
      background-repeat:repeat-x;  text-align:center; font-size: 16px;}
#page {width: 1024px; text-align:left; background-image:url("img/Title.jpg"); background-repeat:no-repeat;}
#TopMenu {margin-left: 700px;}
#TopMenu li{position:relative; top: 1em; display: inline; text-align: center; border-color:rgb(17,74,165);
   padding: 10px 10px 10px 10px; font-size: 8pt; border-left-style:solid; border-width:1px;}
#TopMenu a{color:white;}
#TopMenu a:link {color:white;}
#TopMenu a:visited {color:white;}
#TopMenu a:hover {text-decoration: underline;}
#TopMenu a:active {color: white;}
.contactus{background-color:RGB(17,74,165);}
.contactus{border-right-style:solid; border-color:rgb(17,74,165);}


.intro{float:left; color:black; line-height:25px; font-size: 10pt; width: 700px; margin:20em 0 0 80px;
   font-family:arial; text-align:justify; padding: 1em 3em 0 0; }
.intro a:hover {text-decoration: underline;}
.intro  a{color:black;}
.largefont {
  color:rgb(41,113,192);
  font-family:arial;
  font-size: 14pt;
}



a{text-decoration:none; }
a:link {color:blue;}
a:visited {color:blue;}
a:hover {text-decoration: underline;}
a:active {color: blue;}

-->