p {color: black;}
a{text-decoration: Underline;}
h1{font-weight:bold;}
li a {text-decoration: none;}
#intro {font-weight: bold;}
.dateposted {color: green;}
a:link {color:blue;}
a:hover {color:red;}
/* makes table rows red when hovering*/
tr:hover{background-color: red;}
| . |
| . |
| . |
| . |
/* makes form inputs yellow when focused*/
input:focus {background-color: yellow;}
/* Styles Every Element on the Page*/
* {
padding: 0;
margin: 0;
}
/* Styles Child Descendant*
ul#nav > li
{
list-style-type: square;
color:#990000
}
abbr[title] {border-bottom: 1px dotted #999;}
abbr[title]:hover {cursor:help;}
CSS