/* stylesheet.css - An external stylesheet for Adam Nickerson's I&WWW website*/

a.nodec	 { text-decoration: none }

/*a.external { }*/

a:hover   { color: red}    /* user hovers     */

body 	 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	/* background-color: #CCDDEE */
		} 

.tiny    {font-size: x-small }

.dark    {font-weight: bold }

h1       { font-size: 2em; margin: .67em 0 }

h2       { font-size: 1.17em; margin: .83em 0 }

h3 	 { font-size: 1.5em; margin: .75em 0 }              

.currentmenu { font-weight: bold;
               color: red;
		font-style: italic;
	 	font-size: small; 
		text-decoration: none }



.menu { font-weight: bold;
	font-size: small;
	text-decoration: none;
	color: white }
.menu:hover { color: yellow }

.button {
	background-color: black;
	text-align: center;
	height: 2em;
	vertical-align: middle;

}
.justify {
	text-align: justify;
}
