@charset "UTF-8";
/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; background-color:#827E7F;}
a:link { color: white; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: orange; text-decoration: none }
a:hover { color: yellow; text-decoration: underline }


p { margin:0; padding: 0 0 15px; font-size:14px;}

h1 { font-size:24px; font-weight:bold; color:#000000; text-align:center;}
h2 {font-size:16px; font-weight:bold; color:#000000; text-align:left;}

.download { font-size:12px; font-weight:bold;}
.download a:link {color: orange;}
.download a:hover {color: orange; text-decoration: underline;}
