body { background-color: white; font-family: Arial, sans serif; font-size: 100%; } h1 { font-size:200%; color : red; text-align: left; } h2{ font-size:200%; color : green; text-align: left; } p { color: black; } td,ul,li { color: blue; } a:link { color: purple; text-decoration: underline; } a:visited{ color: grey; } a:hover{ color: grey; }
{}