p { text-align: justify; font-size: 18px; font-family: Verdana, Arial, Helvetica, Sans-Serif; text-indent: 25px; }
h1 { text-align: center; color: #FF0000; font-size: 40px; letter-spacing:0; text-transform: uppercase; font-family: Verdana, Arial, Helvetica, Sans-Serif }
h2 { color: #00A000; text-transform: uppercase; font-size: 24px; font-family: Verdana, Arial, Helvetica, Sans-Serif; }
A:link { color: #FF0000; text-decoration: none }
A:visited { color: #00C000 }
A:active { color: #FFFF00 }
A:hover { text-transform: uppercase;}



<!--
Above is what is called a Cascading Style Sheet (CSS).  A Style Sheet is a way to create
uniform-looking webpages.  The code above currently changes the look of paragraphs,
headers, and links -- ALL THROUGOUT THE WEBSITE!  Change it here and it is applied
everywhere.  Talk about cool!  

If you are reading this, then you probably intend to modify the website.  Some advice:
don't touch this file unless you intend to change the very look of the website.  This
file is the reason paragraphs are justified left and right, colors are what they are
(although the BODY in every page is a backup), and spacing is what it is.  For a good
tutorial, look here:  http://www.pageresource.com/dhtml/indexcss.htm, DOV: 4/99.

Individual pages throughout this website know of this little file because of a LINK tag
between the HEAD tags.  Style Sheets only work with at LEAST Netscape 4 and MSIE 4.
Netscape doesn't support "A:hover" when I wrote this.  Older browsers don't even
get past the LINK tag, I believe, so they rely on the BODY tag.

Eric, over and out!
eseger1@umbc.edu
Written 12/98, copied to here 4/99
-->