body{ font-family: Arial, Helvetica, sans-serif; background-color: gray;} 
p { font-size: 13px; color: black; } 
p.2 {color: white; font-size: 13px;}
p.3 {color: black; font-size: 26px;}
h1 { font-size: 26px; color: #EF67A5;}
h2 { font-size: 16px; color: black; font-weight: bold;}
h3 { font-size: 14px; color: black; font-weight: bold;}
h4 { font-size: 14pm; color: white; font-weight: bold;}

A:link {text-decoration: none; color: #EF67A5;}
A:visited {text-decoration: none; color: #EF67A5;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: #EF67A5;}

.class2 A:link {text-decoration: none; color: white;}
.class2 A:visited {text-decoration: none; color: white;}
.class2 A:active {text-decoration: none;}
.class2 A:hover {text-decoration: underline; color: whites;}
