/* For å kunne få til forskjellige effeker/farger på linker må jeg definere forskjellige classes. det holder ikke bare å ha en class, feks. bar etest, jeg må også ha test får at alt skal fønke . */

p	{ font-family: verdana, sans-serif;
	 	color: #333333;
		font-size: 9pt;}

p.other	{ font-family: verdana, sans-serif;
	 	color: #ffffff;
		font-size: 7pt;}
		
p.smal	{ font-family: verdana, sans-serif;
		color: #333333;
		font-size: 7pt;}



B		{ color: #000000;
					font-family: verdana, sans-serif;
							font-size: 10pt;}

B.bigger		{ color: #000000;
					font-family: verdana, sans-serif;
							font-size: 11pt;}

B.white		{ color: #fffff6;
					font-family: verdana, sans-serif;
							font-size: 10pt;}
B.new		{ color: #000000;
					font-family: verdana, sans-serif;
							font-size: 6pt;}


A:link.other
							{color: #666675;
							font-family: verdana, sans-serif;
							font-size: 9pt;}

A:visited.other

									{color: #666675;
									font-family: verdana, sans-serif;
									font-size: 9pt;}

A:hover.other

							{color: #000000;
							text-decoration: none;
							font-family: verdana, sans-serif;
							font-size: 9pt;}


A:link.test
							{color: #ffffff;
							font-family: verdana, sans-serif;
							font-size: 7pt;}



A:visited.test

									{color: #ffffff;
									font-family: verdana;
									font-size: 7pt;}



A:active.test

							{color: ffffff;
							text-decoration: none;
							font-family: verdana;
							font-size: 7pt;}



A:hover.test

							{color: #cccc33;
							text-decoration: none;
							font-family: verdana;
							font-size: 7pt;}


