body {margin: 10px; }
h1 {color: red; }
h2 {color: black; }
h3 {color: red; }
h4 {color: red; }

a.main:link {color: white; text-decoration: none;}
a.main:visited {color: white; text-decoration: none;}
a.main:hover{color: red; text-decoration: none; font-weight: bold;}
a.main:active{color: white; text-decoration: none;}

a.contact:link {color: blue; text-decoration: underline;}
a.contact:visited {color: blue; text-decoration: underline;}
a.contact:hover{color: red; text-decoration: underline; font-weight: bold;}
a.contact:active{color: blue; text-decoration: underline;}

a.breadcrumb:link {color: blue; text-decoration: none;}
a.breadcrumb:visited {color: blue; text-decoration: none;}
a.breadcrumb:hover{color: red; text-decoration: underline; font-weight: bold;}
a.breadcrumb:active{color: blue; text-decoration: underline;}

a.links:link {color: white; text-decoration: none;}
a.links:visited {color: white; text-decoration: none;}
a.links:hover{color: white; text-decoration: none;}
a.links:active{color: white; text-decoration: none;}