﻿/*
------------------------------------------------------------
 HTML tags
------------------------------------------------------------
*/
body { font-family: Times New Roman; font-size: 16px; background-color: #FFFFFF; margin: 0px; text-decoration:none;text-align:center;background-attachment:fixed; }
a { color: #F5E5D3; text-decoration:none; }
a:hover, a:active { color: #ECD786; }
/*a:visited { color: #F5E5D3; } */
p { margin-top: 12px; }
ul { list-style-type: disc; }
h1 { color: #003300; font-size: 24px; font-weight: bold; }
h2 { color: #003300; font-size: 18px; font-weight: bold; }
h3 { color: #006600; font-size: 14px; font-weight: bold; }
h4 { color: #003300; font-size: 13px; font-weight: bold; }
h5 { color: #003300; font-size: 12px; font-weight: bold; }
h6 { color: #006600; font-size: 11px; font-weight: bold; }
input { color: maroon; font-size: 12px; font-weight: normal; }

