﻿a {
color: yellow;
}
a:hover {
background: url(../images/graphics/cometanimation.gif);
}
body{
color: white;
background: black;
}
#navbar, #sidebar {
background: navy; 
color: yellow;
}
#sidebar a:hover {
border: solid 1px yellow;
padding: 9px 0;
}