/* CSS - Style Sheet for apeepf pages */

a{text-decoration: none;}
a:link {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: blue;}
a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: blue;}
a:hover {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: blue;text-decoration:underline;}
a:active {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: blue;}

/* Unordered list attributes */
ul {
color:black;
font-size: 10pt;
}

ol {
color:black;
font-size: 10pt;
}

body{
font-family: Arial, Helvetica, sans-serif;
margin-left: 10px;
margin-right: 10px;
}

p{
color:black;
font-size: 10pt;
}

/* Header Level 1 */
h1{
color: #FF9933;
font-size: 14pt;
}

/* Header Level 2 */
h2{
color: #669966;
font-size: 12pt;
}

/* Header Level 4 */
h4{
color: blue;
font-size: 10pt;
}

/* Table font attributes */
table{
color: black;
font-size: 10pt;
}

