css01.htm

<style type="text/css">

body {background-color:#d0e4fe;}

h1   {color:orange; text-align:center;}

p    {color:blue; font-family:"Times New Roman"; font-size:20px;}

</style>

 

 

css02.htm

<style type="text/css">

a:link    {color:#FF0000; text-decoration:none}       

a:visited {color:#00FF00; text-decoration:none}      

a:hover   {color:#FF00FF; text-decoration:underline}

a:active  {color:#0000FF;}                              

</style>

 

 

css03.htm

<style type="text/css">

h1  {background-color:#6495ed;}

p   {background-color:#e0ffff;}

div {background-color:#b0c4de;}

</style>

 

 

css04.htm

<style type="text/css">

#para1 {text-align:center;color:red; background-color:#ffff00}

</style>

 

 

css05.htm

<style type="text/css">

.center {text-align:center;}

</style>