/********************************************************
 *                                                      *
 * Projekt           : www.sten-ager.dk                 *
 * Fil navn          : style.css                        *
 * Sidst ændret af   : Webmaster                        *
 * Formål            : Definer udseendet af hjemmesiden *
 * Sidst ændret      : 15/9-05                          *
 *                                                      *
 ********************************************************/

body 			{ background-image: url("images/lebkgnd.jpg");
			  font-family: "Tempus Sans ITC", Arial;
                          font-size: 110%;
			  font-weight: bold;
                          color: #336666;
			}

p.stor			{ font-size: 120%; font-weight: normal; }
p.storb			{ font-size: 120%; font-weight: bold; }
p.mstor			{ font-size: 130%; font-weight: normal; }
p.mstorb		{ font-size: 130%; font-weight: bold; }
p.normal		{ font-weight: normal; }
p.groen			{ font-size: 110%; color: #006600; }

a:link 			{ font-size: 110%; color: #CC6633; text-decoration:underline; }
a:visited 		{ font-size: 110%; color: #666633; text-decoration:underline; }
a:active 		{ font-size: 110%; color: #990000; text-decoration:underline; }
a:hover 		{ font-size: 110%; color: #800000; text-decoration:underline; }

a.one:link 		{ font-size: 80%; text-decoration:none; }
a.one:visited 		{ font-size: 80%; text-decoration:none; }
a.one:active 		{ font-size: 80%; text-decoration:none; }
a.one:hover 		{ font-size: 80%; text-decoration:none; }


