Common CSS - includes all codes from CLA and USC


/* BODY AND GLOBAL */


body {
  margin: 0px;
  padding: 0px;
}

body, table, td, th {
  color: black;
  font-family: arial, verdana, sans-serif;
}

a:link {
  color: #990000;
  text-decoration: none;
}

a:visited {
  color: #aa0000;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}

a:active {
  color: #990000;
  text-decoration: underline;
}


a:active {
  color: #990000;
  text-decoration: underline;
}

/* HEADER NAV BAR */

.hdrNav {
  color: black;
  font-size: 11px;
  font-weight: bold;
}

.hdrNav a:link {
  color: black;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.hdrNav a:visited {
  color: black;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.hdrNav a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.hdrNav a:active {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}



/* LEFT TOP NAV BAR */

.lftNavTop {
  color: #990000;
  font-size: 11px;
  font-weight: bold;
}

.lftNavTop a:link {
  color: #990000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavTop a:visited {
  color: #990000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavTop a:hover {
  color: #990000;
  text-decoration: underline;
}

.lftNavTop a:active {
  color: #990000;
  text-decoration: underline;
}


/* LEFT BOTTOM NAV BAR */

.lftNavBot {
  color: black;
  font-size: 11px;
  font-weight: bold;
}

.lftNavBot a:link {
  color: black;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavBot a:visited {
  color: black;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavBot a:hover {
  color: black;
  text-decoration: underline;
}

.lftNavBot a:active {
  color: black;
  text-decoration: underline;
}



/* FOOTER NAV BAR */

.ftrNav {
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.ftrNav a:link {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.ftrNav a:visited {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.ftrNav a:hover {
  color: white;
  text-decoration: underline;
}

.ftrNav a:active {
  color: white;
  text-decoration: underline;
}


/* SEARCH INPUT */

.searchInput {
  color: black;
  background: #ffffff;
  font-size: 10px;
  width: 120px;
}

.searchScope {
  color: black;
  background: #ffcc66;
  font-size: 10px;
}



/* EXTRAS */

.copyright {
  font-size: 10px;
}

.tip {
  color: white;
  font-size: 10px;
  font-weight: bold;
}



.affil {
  padding-left: 50px;
  font-size: 75%;
}


.newsintro {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	margin-left: 10px;
	margin-right: 20px;
}

.newscutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
}
