 /* CSS for my new portal pages */

/* tags */
body {background-color: #faebd7;  color: black;}
h1 {font-family: "Comic Sans MS", Cursive; text-align: center;             font-size: 300%; color: green;}
h2 {font-family: "Comic Sans MS", Cursive; text-align: center;             font-size: 200%; color: white;}
h3 {font-family: "Comic Sans MS", Cursive; text-align: center;             font-size: 200%; color: blue;}
h4 {font-family: "Comic Sans MS", Cursive; text-align: center;             font-size: 100%; color: red;}
h6 {font-family: "Comic Sans MS", Cursive; text-align: center;             font-size: 500%; color: white;}
address {font-size: 50%; font-family: "Comic Sans MS" ;  text-align: center; color: #ff0000;}

a:visited {color: #00ff00;}
a:link {color: #9acd32;}
a:active {color: #dc143c;}
a:focus {color: #4169e1;}
a:hover {color: #da70d6;}

/* id selectors */

/* class selectors start with a .  used many times  */
.b {background-color: #faf0f0;  }
.menu { width: 100%; color: white; }
.pa {font-family: "Comic Sans", Cursive;  text-align: center; font-size: 100%; color: white;}
.pb { font-size: 120%; font-family: "Comic Sans ms"; color: #0000cd; text-align: center; }
.pbl { font-size: 120%; font-family: "Comic Sans ms"; color: #0000dc; text-align: left; }
.pc { font-size: 110%; font-family: "Comic Sans", Cursive; text-align: center; color: #3cb371;}
.pd { font-size: 110%; font-family: "Comic Sans", Cursive; text-align: center; color: #000000;}
.pe { font-size: 110%; font-family: "Comic Sans", Cursive; text-align: center; color: #ff0000;}
.pf { font-size: 110%; font-family: "Comic Sans", Cursive; text-align: center; color: #3cb371;}
.pg {font-family:"Comic Sans", Cursive; text-align: center; color: #000000; font-size: 80%; line-height: 80%;}
.pw {font-family: "Comic Sans", Cursive;  font-size: 100%; color: white;}