/****************************************************************************
 * styles.css
 *
 * Computer Science 50
 * Problem Set 7
 *
 * Global stylesheet.
 ****************************************************************************


/* elements */


body
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}

a
{
	color: #F60
}


a:hover 
{
	color: #0066FF;
}


/* classes */


.top1 
{
	color: #F60;
	font-size: 18px;
}


.top2
{
	color: #F60;
}


.underline 
{
	border-bottom: 1pt double #0066FF;;
}

.button1
{
	color:#0066FF;
	font-size: 12pt;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	border: 1px solid;
	border-color: #0066FF;
	width: 70px;
}


.button2
{
	color:#0066FF;
	font-size: 12pt;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid;
	border-color: #0066FF;
	width: 70px;
}

.bold
{
	color:#F60;
	font-weight: bold;
	
}

.bold2
{
	color:#0066FF;
	font-weight: bold;
	
}

.heading
{
	color: #0066FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
	font-weight: bold;
}

.heading2
{
	color: #0066FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
}

.blue
{
	color: #0066FF;
}

.bluebold
{
	color: #0066FF;
	font-size: 14pt;
	font-weight: bold;	
}

