/* Font

h3 {font-family: times; color:red}
p {font: 12px times}

/* This is a comment, here you can change color of the headed fonts */

a:link     { color:white }
a:visited  { color:white }
a:active   { color:white }
a:hover    { color:ffcc00}

/* This is a comment, here you can change the page color */

body
{
background-color: ##808080;
}