a:link { color:green; }
a:visited { color:brown; }
a:hover { color:red; }
a:active { color:yellow; }
a:focus { color:lightblue; }

a.name:link { color:black; }
a.name:visited { color:black; }
a.name:hover { color:black; }
a.name:active { color:black; }
a.name:focus { color:black; }

p { font-size:medium; font-family:Arial; }

h1 { font-size:xx-large; font-family:Atlantic Inline,Bertram LETBlippo Blk BT,CroissantD; }
h2 { font-size:x-large; font-variant:small-caps; }
h3 { font-size:large; text-decoration:overline; }
h4 { font-size:small; text-transform:lowercase; }

body { background-color:#BCD2EE; }
