/* At-Rules */
@charset "iso-8859-1";


h1 {color: #330099; line-break: strict; text-align: center}

h2 {color: #330099; line-break: strict; text-align: center}

h3 {color: #330099; line-break: strict; text-align: center}

h4 {color: #FF9900; line-break: strict; text-align: center}

h6 {color: #FF0099}

h5 {color: #FF0099}

/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu {border: 1px solid black; margin: 0px; padding: 0px; list-style-type: none; width: 500px;}

/* Collapse the List Item Tags */
.menu li {display: inline;}

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited {color: black; font: bold 14px Verdana; text-decoration: none; background-color: #ffe; display: block; padding: 2px; border-left : 10px solid #ffe;}

/* Specify the rollover style for the links */
.menu a:hover {background-color: yellow; border-left:  10px solid green; color: red}

/* End of style section. Generated by AceHTML at 3/2/2004 1:44:43 PM */