/* Computer Science : Entire Site */

BODY {
  font-family: serif;
  color: black;
  background-color: white;
}

H1, H2, H3, H4, H5, H6 {
  font-family: sans-serif;
  color: #000085;
  background-color: transparent;
/*  background-color: white; */
}

STRONG, B {
  font-family: sans-serif;
/*   color: #000085; */
/*  background-color: white; */
}

.doc {
  font-family: monospace;
  color: green;
  font-weight: bold;
  background-color: transparent;
}


CODE, PRE, TT {
  font-family: monospace;
  /*#font-size: 80%;*/
}

/* New design */

csColor {
  color: #CC0066;
  background-color: transparent;
}


/* Title for each page (in the Research Area) */
H1.title1 {
    color: #006666;
    /* color: #000085; */
    background-color: transparent;
    font-style: normal;
    font-size: x-large;
}

/* CSWeb navigation bar */
A.navcs:link, A.navcs:active, A.navcs:visited
             {color: white;
              background-color: transparent;
           /* font-weight: normal; */
              font-weight: bold;
           /* font-size:larger; */
              text-decoration: none;
}

A.navcs:hover
             {color: yellow;
              background-color: transparent;
           /* font-weight: normal; */
              font-weight: bold;
           /* font-size:larger; */
              text-decoration: none;
}



/* Title for Research page */
H1.titler {
    color: #CC0066;
    background-color: transparent;
    font-style: normal;
    font-size: x-large;
}


/* Reseach page navigation bar: white links and dividers */
.navColor {
  color: white;
  background-color: #000070;
}

.navcsColor {
  color: white;
  background-color: #CC0066;
}

.navColor a:link, navColor a:active, .navColor a:visited {
                color: white;
		background-color: transparent;
		/* font-weight: normal; */
		font-weight: bold;
		/* font-size:larger; */
		text-decoration: none;
}
.navColor a:hover {color: yellow;
              background-color: transparent;
           /* font-weight: normal; */
              font-weight: bold;
            /* font-size:larger;  */
              text-decoration: none;
}

.mpc {
  color: white;
  background-color: #006666;
}
.mpctitle {
  color: #006666;
  background-color: #FFFFFF;
}

.mpc a:link, mpc a:active, .mpc a:visited {
        	color: white;
		background-color: transparent;
		font-weight: bold;
		text-decoration: none;
}
.mpc a:hover {color: yellow;
              background-color: transparent;
              font-weight: bold;
              text-decoration: none;
}


A.navr:link, A.navr:active, A.navr:visited
             {color: white;
              background-color: transparent;
           /* font-weight: normal; */
              font-weight: bold;
           /* font-size:larger; */
              text-decoration: none;
}
A.navr:hover {color: yellow;
              background-color: transparent;
           /* font-weight: normal; */
              font-weight: bold;
            /* font-size:larger;  */
              text-decoration: none;
}


A.navrIn:link,  A.navrIn:active, A.navrIn:visited
             {color: yellow;
              background-color: transparent;
           /* font-weight: normal; */
              font-weight: bold;
           /* font-size:larger; */
              text-decoration: none;
}


/* Computer Science @ Kent link: color: #CC0066 */
A.cs:link, A.cs:active, A.cs:visited
             {color: #CC0066;
              background-color: transparent;
              font-style: normal;
           /* font-weight: normal; */
              font-weight: bold;
              font-family: sans-serif;
              text-decoration: none;
}

A.cs:hover{color: #FFCC00;
           background-color: transparent;
}

