 /*************************************************************************
 *************************************************************************
 * Montana State Unversity Basic HTML Tag Style Sheet
 * Version 1.0 09-27-2005
 * Contact: Jacob Dolan
 *          MSU Web Communications
 *          jake@montana.edu 
 *          x5036 
 * Contents: 
 *           All HTML tags in alpha order.
 *************************************************************************
 *************************************************************************/
 

/* ***********************************************************************/

ADDRESS {

} /*Address information*/

APPLET {
 	
} /*Java applet*/

AREA {
 	
} /*Hotzone in imagemap*/

a:link
{
	color: #001155;
	text-decoration:underline;
} /*Anchor Link*/

a:active /* is this correct? */
{
	color: #991155;
	text-decoration:underline;
} /*Anchor Active Link*/

a:visited
{
	color: #800080;
	text-decoration:underline;
} /*Anchor Visited Link*/
	
a:hover
{ 
	text-decoration:underline;
} /*Anchor Hover-over Link*/

BASE {
 	
} /*Document location*/

BASEFONT {
 	
} /*Default font size*/

BIG {
 	
} /*Larger text*/

BLOCKQUOTE {
 	
} /*Large quotation*/

BODY {
 	font-size: inherit;
	line-height: inherit;
} /*Document body*/

BR {
 	
} /*Line break*/

B, STRONG {
	font-weight:bold;
} /*Bold*/

CAPTION {
 	
} /*Table caption*/

CENTER {
 	
} /*Centered division*/

CITE {
 	
} /*Short citation*/

CODE {
 	
} /*Code fragment*/

DD {
 	
} /*Definition*/

DFN {
 	
} /*Definition of a term*/

DIR {
 	
} /*Directory list*/

DIV {
 	font-size: inherit;
	line-height: inherit;
} /*Logical division*/

DL {
 	
} /*Definition list*/

DT {
 	
} /*Definition term*/

EM, I {
	font-style:italic;
} /*Emphasized text*/

FONT {
	font-family: inherit;

	font-style: inherit;
} /*Font modification*/

FORM {
 	
} /*Input form*/

H1 {
	color: #001155;
	line-height:normal;
	font-size:18px;
	font-weight:bold;
}

H2 {
	color: #001155;
	line-height:normal;
	font-size:14px;
	font-weight:bold;
}

H3 {
	color: #001155;
	line-height:normal;
	font-size:12px;
	font-weight:bold;
}

#dnbar H3 {
	color: #001155;
	line-height:normal;
	display:inline;
}

H4, H5, H6 {
	color: #001155;
	line-height:normal;
	font-size:11px;
	font-weight:bold; 
}


HEAD {
 	
} /*Document head*/

HR {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
} /*Horizontal rule*/

#MSUnavbar HR {
	border: 0;
	color: #000000;
	background-color: #CB9800;
	height: 1px;
}

HTML {
 	
} /*HTML Document*/

IMG {

} /*Images */

INPUT {
 	font-size: 11px;
} /*Input field, button, etc.*/

ISINDEX {
 	
} /*Primitive search*/

KBD {
 	
} /*Keyboard input*/

LINK {
 	
} /*Site structure*/

LI {
 	
} /*List item*/

MAP {
 	
} /*Client-side imagemap*/

MENU {
 	
} /*Menu item list*/

META {
 	
} /*Meta-information*/

OL {
 	
} /*Ordered list*/

OPTION {
 	
} /*Selection list option*/

PARAM {
 	
} /*Parameter for Java applet*/

PRE {
 	font-size: inherit;
	line-height: inherit;
} /*Preformatted text*/

P {
 	font-size: 11px;
	line-height: 16px;
} /*Paragraph*/

SAMP {
 	
} /*Sample text*/

SCRIPT {
 	
} /*Inline script*/

SELECT {
	font-size: 11px;
} /*Selection list*/

SMALL {
 	
} /*Smaller text*/

STRIKE {
 	
} /*Strikeout*/



STYLE {
 	
} /*Style information*/

SUB {
 	
} /*Subscript*/

SUP {

} /*Superscript*/

TABLE {
 	
} /*Tables*/

TD {
 	font-size: 11px;
	line-height: 16px;
} /*Table cell*/

TEXTAREA {
 	
} /*Input area*/

TH {
 	line-height:normal;
	font-size:12px;
	font-weight:bold;
} /*Header cell*/

TITLE {
 	
} /*Document title*/

TR {
 	
} /*Table row*/

TT {
 	
} /*Teletype*/

UL {
 	
} /*Unordered list*/

U {
 	
} /*Underline*/

VAR {
 	
} /*variable */