/*
 * Styles for dmidecode's web page
 * Jean Delvare
 *
 * Part of this style sheet (mostly colors) is inspired from Savannah's main
 * CSS at http://savannah.nongnu.org/css/savannah.css.
 */

/*
 * Defaults
 */

body
{
	background-color: white;
	color: black;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: small;
	font-family: sans-serif;
}

h1
{
	text-align: right;
	margin: 0px 2cm;
	font-size: 275%;
}

h2
{
	width: 98%;
	padding: 2px 1%;
	background-color: #f9e4a2;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1ex;
	border: 2px groove #f9e4a2;
}

p
{
	margin: 1px 10px;
	padding: 5px;
}

ul
{
	margin-top: -2px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

em
{
	font-weight: bold;
	font-style: normal;
}

/*
 * Links
 */

a
{
	text-decoration: none;
	color: #841212;
	background-color: inherit;
}

a:hover
{
	text-decoration: underline;
	color: #ff0000;
	background-color: inherit;
}

a:active
{
	color: #ff0000;
	background-color: inherit;
}

h1 a, h1 a:hover
{
	text-decoration: none;
	color: #841212;
	background-color: inherit;
}

/*
 * Classes
 */

.column
{
	width: 47%;
	margin: 0px 12px 6px 12px;
	float: left;
}

.section
{
	margin-left: 1px;
	background-color: #faf6df;
}
