/* Title:        style.css
 * Description:  This file defines the styles for Group 3's Assignment #5.
 * Author:       William Luebke
 * Date:         04/07/2000
 */

body
{	color:black;
	background-color:white;
	font-family:Arial,san-serif;
	text-decoration:none;
	font-size:10pt;
	margin-right:2em;
	margin-left:2em;
}

a:link
{	color:blue;
	text-decoration:none;
}

a:visited
{	color:green;
	text-decoration:none;
}

/* a:active only works with IE, but it doesn't hurt anything to leave it here
 * for the Netscape users...
 */

a:active 
{	color:red;
	text-decoration:none;
}

/* a:hover only works with IE, but it doesn't hurt anything to leave it here
 * for the Netscape users...
 */

a:hover
{	color:red;
	text-decoration:underline;
}

a:link img
{	border-style:none;
}

a:visited img 
{	border-style:none;
}

a:active img
{	border-style:none;
}

img
{	border-style:none;
}

p
{	margin:0em;
	padding:0em;
}

table, td, tr
{	color:black;
	background-color:white;
	font-family:Arial,san-serif;
	text-decoration:none;
	font-size:10pt;
}

ol, ul, li, blockquote
{	margin-top:0em;
	margin-bottom:0em;
	padding-left:0em;
}

p.title
{	font-size:32pt;
	font-weight:bold;
}

p.heading
{	font-size:18pt;
}

p.subHeading
{	font-size:12pt;
	font-weight:bold;
}

p.link
{	font-size:16pt;
}
