/* CSS Document */

/* This style is used for h1 headings */
h1						{ color: #999999; font-size: 30px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none }

/* This style is used for h2 headings */
h2						{ color: #ff0000; font-size: 15px; font-family: Verdana, sans-serif, Helvetica; text-decoration: none }

/* This style is used for medium headings - seems to be redundant with h3 */
.mediumheading 			{ color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold }

/* This style is used for h2 headings */
h3						{ color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; line-height: 14px; text-decoration: none }

/* This set of styles is used for paragraphs */
p						{ color: #000000; font-size: 11px; font-family: Verdana, sans-serif, Helvetica; line-height: 18px; text-decoration: none }
small					{ color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; line-height: 14px; text-decoration: none }

/* This set of styles is another version that can be used for paragraphs */
p.medium				{ color: #000000; font-size: 11px; font-family: Verdana, sans-serif, Helvetica; line-height: 18px; text-decoration: none }
p.small					{ color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; line-height: 14px; text-decoration: none }

/* This set of styles is is used for links inside paragraphs
Link color is black, rollover is red */
a						{ color: #000000; font-size: 11px; font-family: Verdana, sans-serif, Helvetica; text-decoration: underline }
a:hover					{ color: #ff0000}
a.small					{ color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; text-decoration: underline }

/* This set of styles is is used for Grey links (the "more" at the bottom of the news stories on the University splash screen)
Link color is grey, rollover is black */
.greylink				{ color: #999999; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.greylink a				{ color: #999999; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.greylink a:hover		{ color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }

/* This set of styles is used for side navigation links
Font color is white, rollover is light grey */
.sidenav				{ color: #ffffff; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.sidenav a				{ color: #ffffff; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.sidenav a:hover		{ color: #cccccc; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; text-decoration: none }

/* Below two styles blocks seem to be redundant with above sidenav style
Font color is white, rollover is light grey */
.sidenavstatic			{ color: #ffffff; font-size: 11px; font-family: Verdana, sans-serif, Arial }

.sidenavparent			{ color: #ffffff; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; font-style: normal; text-decoration: none }
.sidenavparent a		{ color: #ffffff; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; font-style: normal; text-decoration: none }
.sidenavparent a:hover	{ color: #cccccc; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; font-style: normal; text-decoration: none }

/* This set of styles is used for Events listings (right hand column) on the University splash screen and links
Font color is black, rollover is light grey */
.events					{ color: #000000; font-size: 9px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.events a				{ color: #000000; font-size: 9px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.events a:hover			{ color: #cccccc; font-size: 9px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }

/* This set of styles is used for Tiny Text and links
Font color is black, rollover is light grey */
.bodytexttiny			{ color: #000000; font-size: 9px; text-decoration: none }
.bodytexttiny a:hover	{ color: #cccccc; font-size: 9px; font-family: Verdana, sans-serif, Helvetica; text-decoration: none }

/* This style is used for the main text paragraph on the University splash screen. It should NOT be used for other text. */
.small_serif			{ color: #000000; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 15px; text-decoration: none; word-spacing: 1px }

/* These are the styles prior to my modification
To use them, please remove these comments (before and after the styles)

.bodytextmedium  { color: black; font-size: 11px; font-family: Verdana, sans-serif, Helvetica; line-height: 18px; text-decoration: none }
.bodytextsmall     { color: black; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; line-height: 14px; text-decoration: none }
.head    { color: #999; font-size: 30px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none }
.sidenav      { color: white; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.sidenav a  { color: white; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.sidenav a:hover      { color: #ccc; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; text-decoration: none }
.subhead   { color: #f00; font-size: 15px; font-family: Verdana, sans-serif, Helvetica; text-decoration: none }
.subsubhead  { color: black; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; line-height: 14px; text-decoration: none }
.events { color: black; font-size: 9px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.events a { color: black; font-size: 9px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.events a:hover   { color: #ccc; font-size: 9px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.bodytexttiny { color: black; font-size: 9px; text-decoration: none }
.bodytexttiny a:hover { color: #ccc; font-size: 9px; font-family: Verdana, sans-serif, Helvetica; text-decoration: none }
.small_serif { color: #000; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 15px; text-decoration: none; word-spacing: 1px }
.greylink   { color: #999999; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.greylink a  { color: #999999; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.greylink a:hover  { color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold; text-decoration: none }
.linksmall   { color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; text-decoration: underline }
.linksmall a  { color: #000000; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; text-decoration: underline }
.linksmall a:hover  { color: #FF0000 }
.linkmedium   { color: #000000; font-size: 11px; font-family: Verdana, sans-serif, Helvetica; text-decoration: underline }
.linkmedium a  { color: #000000; font-size: 11px; font-family: Verdana, sans-serif, Helvetica; text-decoration: underline }
.linkmedium a:hover  { color: #FF0000}
.mediumheading { color: black; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-weight: bold }
.sidenavstatic { color: white; font-size: 11px; font-family: Verdana, sans-serif, Arial }
.sidenavparent { color: white; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-style: normal; font-weight: bold; text-decoration: none }
.sidenavparent a { color: white; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-style: normal; font-weight: bold; text-decoration: none }
.sidenavparent a:hover { color: #ccc; font-size: 10px; font-family: Verdana, sans-serif, Helvetica; font-style: normal; font-weight: bold; text-decoration: none }
*/
