@media screen
{
body {background-color: #0000FF}
img {border: 0px none; }

.center {
text-align: center; 
color: white
}

.cyellow5 {
text-align: center;
color: yellow;
font-size: 20;
font-weight:700
}

.left {
text-align: left;
color: white
}

.right {
text-align: right;
color: white
}

.Ccenter {
text-align: center; 
color: white;
font-family: Charlesworth, courier, serif
}

.Cleft {
text-align: left; 
color: white;
font-family: Charlesworth, courier, serif
}

.Cright {
text-align: right; 
color: white;
font-family: Charlesworth, courier, serif
}

.link {
text-align: left; color: yellow;
a:link     {color:#00FFFF};
a:visited  {color:lightblue};
a:hover    {color:#FF00FF; font-weight: bold};
a:active   {color:#FF9900}
}


hr {color:maroon}

h1 {
color: white;
text-align: center
}
h2 {
color: white;
text-align: center
}
h3 {
color: white;
text-align: center
}
h4 {
color: white;
text-align: center
}
h5 {
color: white;
text-align: center
}
h6 {
color: white;
text-align: center
}

a:link     {color:#00FFFF}
a:visited  {color:lightblue}
a:hover    {color:#FF00FF; font-weight: bold}
a:active   {color:#FF9900}

}

@media print
{
body {background-color: white}
img {border: 0px none; }

.center {
text-align: center; 
color: black
}

.cyellow5 {
text-align: center;
color: yellow;
font-size: 20;
font-weight:700
}

.left {
text-align: left;
color: black
}

.right {
text-align: right;
color: black
}

.Ccenter {
text-align: center; 
color: black;
font-family: Charlesworth, courier, serif
}

.Cleft {
text-align: left; 
color: black;
font-family: Charlesworth, courier, serif
}

.Cright {
text-align: right; 
color: black;
font-family: Charlesworth, courier, serif
}

.link {
text-align: left; color: yellow;
a:link     {color:black; font-weight: bold};
a:visited  {color:black; font-weight: bold};
a:hover    {color:black; font-weight: bold};
a:active   {color:black; font-weight: bold}
}


hr {color:black}

h1 {
color: black;
text-align: center
}
h2 {
color: black;
text-align: center
}
h3 {
color: black;
text-align: center
}
h4 {
color: black;
text-align: center
}
h5 {
color: black;
text-align: center
}
h6 {
color: black;
text-align: center
}

a:link     {color:black; font-weight: bold}
a:visited  {color:black; font-weight: bold}
a:hover    {color:black; font-weight: bold}
a:active   {color:black; font-weight: bold}
}