a:link { color:#0000ff; text-decoration:underline; }
a:visited { color:#400080; text-decoration:underline; }
a:hover { color:#ff0000; background-color:#ffff00; text-decoration:underline; }
a:active { color:#ff0000; background-color:#0000FF; text-decoration:underline;}

#red { color:red; }
#blue { color:blue; }
#navy { color:navy; }
#bold { font-weight:bold; }
#italic { font-style:italic; }
#size1 { font-size:7.5pt; }
#size2 { font-size:10pt; }
#size3 { font-size:12pt; }
#size4 { font-size:13.5pt; }
#size5 { font-size:18pt; }
#size6 { font-size:24pt; }
#size7 { font-size:36pt; }

H1 {
font-size:12pt;
text-align: center;
margin:0;
}

H2 {
text-align: center;
color:red;
font-size:12pt;
margin:0;
}

.box {
width: 750px;
background-color: #ffffff;
padding: 10px;
}

.box2 {
width: 600px;
background-color: #ffffff;
border: 2px #00cccc solid;
padding: 10px;
}

.box11 {
background-color: #ffffff;
padding: 10px;
}

.box12 {
background-color: #ffffff;
padding: 10px;
display:none;
}
