BODY {
 color: #ff00ff; 
 background-color: #000000; 
 A:link-color : #0000ff; 
 A:visited-color : #52188c; 
 A:active-color : #ff0000; 
}

p {
 text-align : center;
}

H1 {
 color : #ff0000; 
 font-weight : bold; 
 font-family : "Old English";
 text-align : center;
 text-transform : capitalize;
}

H2 {
 text-align : center;
}

.pagetitleH2 {
 color : #ff0000; 
 font-weight : bold; 
 font-family : "Old English";
 text-align : center;
 text-transform : capitalize;
}

HR {
 color : gray;
}

img {
 width : 240;
 height : 320;
 text-align : center;
}

UL {
 list-style-type : circle;
} 
OL {
 list-style-type : decimal-leading-zero;
}

.af {
 color : #ffff00;
 A:visited-color : #ff8040;
 A:active-color : #b9ff80;
}

.ama {
 color : #00ffff
}