/* project12 style sheet */

body { margin:0; padding:0; border:0; background:white; font:10px arial, sans-serif; color:black }

/* links */
a:link { color: #ff7200; text-decoration: none; font-weight: bold }
a:visited { color: #ff7200; text-decoration: none; font-weight: bold } 
a:hover { color: black; font-weight: bold } 

/* basic */
.font10 { font-family:arial; font-size:10px; color:black }
.font11 { font-family:arial; font-size:11px; color:black }
.font12 { font-family:arial; font-size:12px; color:black }

/* other */
.titleHeader { font-family:arial; font-size:28px; color:white; font-weight:bold }
.titleText{ font-family:arial; font-size:14px; color:white; font-weight:bold }

.form10 { font-family:arial; font-size:10px; color:red }