Here is my code:
- Code: Select all
@charset "utf-8";
/* CSS Document */
body {
background-color: #4b4b4b;
}
.navigation {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #6c6c6c;
text-align: center;
}
a:hover {
color: #fc8800;
}
a:link {
text-decoration: none;
color: #6c6c6c;
}
a:visited {
text-decoration: none;
color: #6c6c6c;
}
a:active {
text-decoration: none;
color: #000000;
}
body,td,th {
}[code][/code]
I am really new to this and any help would be appreciated.




