
h3 
{
background-color: yellow; text-align: center; width: 80%;
}

h4 
{
background-color: white; text-align: center; color: blue
}

.rowTint1 {
  background-color: #cba;
}

.rowTint {
  background-color: #bcd;
}


p {background-color:yellow; width: 70%;}


body {background-image:url('images/blueSC.gif');background-attachment:fixed}

/* unvisited link */
a:link {
    color: #0000FF;
}

/* visited link */
a:visited {
    color: #0000FF;
}