.red
{
color:red;
}

.yellow
{
color:yellow;
}

.blue
{
color:blue; 
}

.purple
{
color:purple;
}

.green
{ 
color:green;
}

.tcpInfo {
  font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
  font-size: 75%;
  position: absolute; top: 950px; left: 175px;
}

.tcp_title { font-size: xx-large;  font-weight: bold;}


.sidebar {background: navy; width: 125; }
.sidebar A:link {color: red}
.sidebar A:visited {color: yellow}
.sidebar A:active {color: yellow}
.sidebar A:hover {color: green}

.title {font-size: x-large; color: blue; font-weight: bold; }

.main { font-size: medium; margin-left: 1.5em;}


.questions A:link {color: red}
.questions A:visited {color: yellow}
.questions A:active {color: orange}
.questions A:hover {color: navy}


