﻿/* This is the default print style-sheet for the Solver website */

default, p, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #008000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
}

img {
	border: 2px black solid;
}

/* this is the anchor tag for the links set-up */
a {
	font-family: inherit;
	color: #008000;
}

a:link {
	font-family: inherit;
	
}

a:visited {
	font-family: inherit;
	color: #008000;
}

a:hover {
	font-family: inherit;
	color: lime;
}


