/*
Styles for TriLynx static websites
- Put html defaults at top
- Override with additional styles below
*/
html *
{
	font-family:  "Arial", Helvetica, sans-serif;
}

code {
	font-family:  "Courier New", Courier, monospace;
}

h1 {
	font-family:  "Tahoma", Geneva, sans-serif;
}

h2 {
	font-family:  "Tahoma", Geneva, sans-serif;
}

p {
	font-family:  "Arial", Helvetica, sans-serif;
}

ul {
	list-style-type: "square";
}

table.table-style-hover {
	//font-family: verdana,arial,sans-serif;
	//font-size:11px;
	/color:#333333;
	border-width: 1px;
	border-color: #3A3A3A;
	border-collapse: collapse;
}

table.table-style-hover th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #3A3A3A;
	background-color: #B3B3B3;
}

table.table-style-hover tr:hover td {
	background-color: #DFEBF1;
}

table.table-style-hover td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #3A3A3A;
	background-color: #ffffff;
}

/*
Styles for specific classes.
*/

.highlight {
	background-color: yellow;
}
