/********************************************************
 *                                                      *
 * Project           : Blótlaugets hjemmeside           *
 * Fil navn          : style.css                        *
 * Sidst ændret af   : Webmaster                        *
 * Formål            : Definer udseendet af hjemmesiden *
 * Sidst ændret      : 3/5-05                           *
 *                                                      *
 ********************************************************/

body 			{ background-image: url("images/baggrund.gif");
			  font-family: Trebuchet MS, Book Antiqua, Times New Roman;
                          font-size: 100%;
			  font-weight: normal;
                          color: #006600;
   			}

h1                      { font-size: 110%; font-weight: normal; }
h2                      { font-size: 80%; font-weight: normal; }
p.stor	                { font-size: 110%; font-weight: normal; }
p.storb	                { font-size: 110%; font-weight: bold; }
p.storr	                { font-size: 110%; color: #800000; font-weight: normal; }
p.lille                 { font-size: 80%; font-weight: normal; }
p.lilleb                { font-size: 80%; font-weight: bold; }
p.webmaster             { font-size: 60%; font-weight: normal; }

a:link 			{ color: #006600; text-decoration:underline; }
a:visited 		{ color: #336666; text-decoration:underline; }
a:active 		{ color: #336666; text-decoration:underline; }
a:hover 		{ color: #800000; text-decoration:underline; }

a.et:link 		{ font-size: 80%; color: #006600; text-decoration:none; }
a.et:visited 		{ font-size: 80%; color: #336666; text-decoration:none; }
a.et:active 		{ font-size: 80%; color: #336666; text-decoration:none; }
a.et:hover 		{ font-size: 80%; color: #800000; text-decoration:none; }

a.to:link 		{ font-size: 110%; color: #006600; text-decoration:none; }
a.to:visited 		{ font-size: 110%; color: #336666; text-decoration:none; }
a.to:active 		{ font-size: 110%; color: #336666; text-decoration:none; }
a.to:hover 		{ font-size: 110%; color: #800000; text-decoration:none; }

