/* this file contains all the common css for www.terjesovik.com */

body {
				width:				800px;
				margin-left:		auto;
				margin-right:		auto;
				font-family: 		Verdana, Geneva, Arial, sans-serif;
				font-size: 			normal;
				color: 				rgb(220, 60, 0);
}

h1 {
				font-size: 170%;
}
	
h2 {
				font-size: 130%;
}

	
h3 {
				font-size: 100%;
}

a:link {
				color:				rgb(0, 100, 0);
}

a:visited {
				color:				rgb(130, 0, 90);
}
	
a:hover {
				color:				rgb(240, 240, 0);
}

/*
#allcontent {
				padding:			10px;
}
*/

.em1 {
				color:				rgb(110, 110, 210);
}

.tx1 {
				color:				rgb(10, 10, 10);
}

.tx2 {
				font-size: 			12px;
				color:				rgb(120, 70, 70);
}

.tx3 {
				font-size: 			10px;
				color:				rgb(120, 120, 120);
}


.copyright {
				color:				rgb(220, 0, 0);
}

.footer {
				border-color:		rgb(100, 100, 100);
				border-width:		4px;
				border-style:		ridge;
				margin-top:			25px;
				margin-bottom:		15px;
				padding-top:		7px;
				padding-bottom:		7px;
				text-align:			center;
				background-color: 	rgb(25, 25, 25);
				color:				rgb(170, 170, 170);
}

.navigate2 {
				border-color:		rgb(200, 10, 0);
				border-width:		5px;
				border-style:		ridge;
				margin-top:			15px;
				margin-bottom:		15px;
}

.navigate2 th {
				color:				rgb(220, 220, 220);
				text-align:			center;
				width:				180px;
}

.navigate2 a:link {
				text-decoration:	none;
}

.navigate2 a:visited {
				text-decoration:	none;
}

.navigate2 a:hover {
				text-decoration:	none;
}


