
.class1 A:link {color: #ffffff;}
.class1 A:visited {color: #ffffff;}
.class1 A:active {color: #ffffff;}
.class1 A:hover {text-decoration: underline; color: red;}

.class2 A:link {text-decoration: underline; color: blue;}
.class2 A:visited {text-decoration: underline; color: blue;}
.class2 A:active {text-decoration: underline; color: blue;}
.class2 A:hover {text-decoration: underline; color: green;}

#wrapper {
border-width: 1px;
margin-top: auto;
margin-bottom: auto;
margin-left: 5px;
margin-right: auto;
padding: 4px;
border-style: solid;
}

#wrapper2 {
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 1px;
margin-top: 0px;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
padding: 4px;
background-color: e6e6fa;
border-right-style: solid;
border-bottom-style: solid;
border-top-style: solid;
border-left-style: solid;
}

p {border-color: #400080; border-width: 1px; padding: 3px; border-style: dotted; margin-left: 5px; margin-right: 6px; margin-top: 0px;}

h1 { font-size: 14px; color: red; font-weight: bold;}

h2 { font-size: 12px; color: black; font-weight: normal;}

h4 { background-color: #ccccff; font-size: 13px;}

h5 { font-size: 15px; color: black; font-family: Lucida; font-style: italic;}