/* Marcus Turner webpage style */

p {
   color: #000000;
	 font-size: 16px;
	 }

body {background-color:#000033;
      /*background-image: url();*/
      /*background-repeat: repeat;*/
      /*background-position: center;*/
      font-family: Arial;
			font-size: 16px;
      margin: 0%;
      }
				
h1, h2, h3, h4, h5, h6 {
                        font-family: Arial;
                        }
/* note the use of quotations around font names of more than one word */

h1 {
	 font-size: 150%;
	 }

h2 {
	 font-size: 200%;
	 font-weight: bold;
	 color: #27408B;
	 }

h3 {
	 font-size: 100%;
	 }

h4 {
	 font-size: 100%;
	 font-color: #000000;
   }

h5 {
   font-size: 150%;
	 color: #27408B;
	 font-weight: normal;
	 }
	 
table#big {
						background-color:#CAE1FF;
            border: none;
            width: 80%;
						padding: none;
            }

table#big td {
              padding: 30px;
              border: none;
              }

.data {
        color: #000000;
        text-align: left;
        background-color: #666633;
        }
table#update {
              background-color:#CAE1FF;
							border: 1px solid black;
							width: 80%;
							padding: none;
							}

table#update td {
                 padding: none;
								 border: none;
								 }	
			
/*
.toprow {
          font-style: italic;
          text-align: center;
          background-color: #FFFFCC;
}
*/

.leftcol {
          /*font-weight: bold;*/
          text-align: right;
          width: 30%;
          /*background-color: #CCCCCC;*/
}

.rightcol {
          /*font-weight: bold;*/
          text-align: left;
          width: 70%;
          /*background-color: #CCCCCC;*/
}

.instrument{
            font-size: 24px;
            color: #774444;
            }
				
a:link {
        color: #27408B;
        text-decoration: none;
        }
	 
a:visited {
          color: #27408B;
          text-decoration: none;
          }

a:active {
          color: #27408B;
          text-decoration: none;
          }
					
a:hover {
          color: #000000;
          background-color: #6b84cf;
          text-decoration: none;
          }



