/* ------------------------------------------------------------------ */
/*                    Redefinition of HTML tags                       */
/*                     (from original style sheet)                       */
/* ------------------------------------------------------------------ */

A {
	font-family: Comic Sans MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: orange;
	text-decoration: none;
}
A.large {
	font-family: Comic Sans MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: orange;
	text-decoration: none;
}

a:hover.large {
	font-family: Comic Sans MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: red;
	text-decoration: none;
}
A:HOVER	{
	font-family: Comic Sans MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: red;
	text-decoration: none;
}



/* ------------------------------------------------------------------ */
/*                Newly Redefined HTML tags                       */
/* ------------------------------------------------------------------ */

/* 	font-family: Arial, Verdana, Helvetica, sans-serif; color:#0055AB; font-size : 12pt; */
body, p, td, li {
	font-family: Comic Sans MS, Arial, Verdana, Helvetica, sans-serif; color:red; font-size : 12pt;

}

pre {
	font-family: Comic Sans MS, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12pt;
}

/* ------------------------------------------------------------------ */
/*                             Custom Classes                               */
/*   (named according to function, not appearance)  */
/* ------------------------------------------------------------------ */



/* Provides clues to the user, editing tips, etc. */
.hint { 
	font-size : xx-small;
}


/* Editing style for user-entry fields */
.edit {
	font-family : "Comic Sans MS, Courier New", Courier, "Lucida Console", serif;
	font-size : 10pt;
}

