body {
   background: #606060;
   color:      #FFFFFF;
}

a:link {
   background: #606060;
   color: #00FFFF; 
}

a:visited {
    background: #606060;
    color: #00A0A0;
}

a:active {
    background: #606060;
    color: #0000FF;
}

div {
   text-align: center;
}

table {
   margin-left: auto;
   margin-right: auto;
}

table.quote 
{
	border-style: double; 
}

td.quote
{
	padding: 10px;
}

h1 {
   text-align: center;
}

h2 {
   text-align: center;
}

td.quote {
   text-align: center;
   width:      100%
}
