<html>
<head>
<title>css</title>
</head>
<link rel="stylesheet"
        href="arquivo.css">
        <style type=text/css>a: link {color:#0000ff;  text-decoration:nome}
                             a: hover{color:#ffff00;  text-decoration:underline}
                             a:visited{color:#c0c0c0;  text-decoration:linethrough}
							 h2: text{color:#00000;    text-decoration:none}
							 h5: text{color:#000000;  text-decoration:none}
							 h4: text{color:#000000; text-decoration:none}
							 p: text{color:#000000; text-decoration:none}
							 background: {background:"#284354"}
							 
<body>
</body>
</html> 