CSS - Style Sheets

a:link { color: rgb(51,153,255); } a:visited
{ color: rgb(
51,102,204); }  a:active  { color: rgb(255,153,0); } table { table-border-color-light: rgb(255,204,102); table-border-color-dark: rgb(204,153,102); } body { font-family: Verdana, Arial, Helvetica; background-color: rgb(255,255,204); color: rgb(102,102,51); } h1 { font-family: Times New Roman, Times; color: rgb(153,153,51); } h2 { font-family: Times New Roman, Times; color: rgb(204,153,0);  } h3 { font-family: Times New Roman, Times; color: rgb(0,102,153); } h4 { font-family: Times New Roman, Times; color: rgb(153,153,0); } h5 { font-family: Times New Roman, Times; color: rgb(255,153,0); } h6 { font-family: Times New Roman, Times; color: rgb(51,102,204); }

download the above CSS file here

   
a:link { color: rgb(0,102,153);  } a:visited { color: rgb(0,153,102); }  a:active  { color: rgb(0,102,102); }
body { font-family:
Arial, Helvetica; background-color: rgb(204,204,153); color: rgb(0,51,51); } table {
table-border-color-light: rgb(
102,204,204); table-border-color-dark: rgb(0,102,102); } h1, h2, h3, h4, h5, h6
{ font-family:
Times New Roman, Times; } h1 { color: rgb(0,153,153); } h2 { color: rgb(102,102,102); } h3
{ color: rgb(
153,153,102);  } h4 { color: rgb(0,153,153);
} h5 { color: rgb(
102,102,102); } h6  { color: rgb(153,153,102); }

download the above CSS file here

   
a:link { color: rgb(204,0,0);  } a:visited { color: rgb(102,0,0); }  a:active  { color: rgb(0,0,204); } body { font-family: Bookman Old Style, Times New Roman,  Times; background-color: rgb(204,204,204); color: rgb(0,0,102); } table { table-border-color-light: rgb(102,153,255); table-border-color-dark: rgb(0,0,102);
} h1, h2, h3, h4, h5, h6 { font-family:
Bookman Old Style, Times New Roman, Times; } h1 { color: rgb(51,51,204); } h2 { color: rgb(0,153,51);  } h3 {
color: rgb(
204,51,51); } h4 { color: rgb(51,0,204); }
h5 { color: rgb(
0,153,51); } h6 { color: rgb(204,51,51);
}

download the above CSS file here

   
a:link { color: rgb(0,51,204);  } a:visited { color: rgb(51,153,102); } a:active { color: rgb(255,153,0); }
body { font-family:
Arial, Helvetica; background-color: rgb(255,255,204); color: rgb(102,51,153); } table {
table-border-color-light: rgb(
255,102,153); table-border-color-dark: rgb(102,51,153); } h1, h2, h3, h4, h5, h6
{ font-family:
Arial Rounded MT Bold, Arial, Helvetica;
} h1 { color: rgb(
102,51,153); } h2 { color: rgb (255,102,153);  } h3 { color: rgb(51,153,102);  } h4 {
color: rgb(
102,51,153); } h5 { color: rgb(255,102,153);
} h6 { color: rgb(
51,153,102); }

download the above CSS file here

   
a:link { color: rgb(255,102,51);  } a:visited { color: rgb(0,204,204); }  a:active  { color: rgb(204,153,51);
} body { font-family:
Arial, Helvetica; background-color: rgb(204,255,204); color: rgb(0,0,0); } table { table-border-color-light: rgb(153,204,153); table-border-color-dark: rgb(153,204,153); } h1, h2, h3, h4, h5, h6 {
font-family:
Arial, Helvetica; } h1 { color: rgb(255,102,51); } h2 { color: rgb(204,153,51);  } h3 {
color: rgb(
153,153,51); } h4 { color: rgb(255,102,51);
} h5 { color: rgb(
204,153,51); } h6 { color: rgb(153,153,51); }

download the above CSS file here

   
My Style Sheet  
<style type=text/css> body { background-color: #9EB3D1}
table { font-size: x-small; color: #
000033; font-family: Verdana; text-decoration: none}
A:active {color: #
000033; text-decoration: none}
A:hover {color: #
666699; text-decoration: none}
A:link {color: #
000033; text-decoration: none}
A:visited {color: #
000033; text-decoration: none}
</style>

Add the above code between the <head> tags

For a smaller font size do this -  xx-small for font size

For a larger font take the x's out leaving small

top of page

Last Updated
Monday, 27 September 2004