/* ****************************************************************************
 * styles.css
 *
 * CSS Styles for the "Linux on a Toshiba Satellite M30-951 laptop" page as
 * part of http://www.jeanpierre.de
 *
 * Copyright (C) 2004 by Jean Pierre Wenzel. All rights reserved.
 *
 * ************************************************************************* */

.code {
	font-family: monospace;
	font-size: 10pt;
	text-align: left;
	line-height: 1.2;
}

.h1 {
	font-family: sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
}

.h2 {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	margin-top: 3em;
}

.h1_sub {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	line-height: 1.5;
}

.keyboard {
	padding: 2px;
    border-width: 1px;
	border-color: #000000;
	border-style: outset;
	background-color: #EFEFEF;
}

.strikethrough {
	text-decoration: line-through;
}

.text {
	text-align:justify;
}

/* ************************************************************************* */

a {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
}

body, p, div, td, li {
	font-family: serif;
	font-size: 12pt;
	color: #000000;
	line-height: 1.5;
}

p.preface {
	font-family: monospace;
	font-size: 10pt;
	text-align: justify;
}

a.h2 {
	text-decoration: none;
}

tr.gray {
	vertical-align:top;
	background-color: #EFEFEF;
}

tr.darkgray {
	vertical-align:top;
	background-color: #CDCDCD;
}

tr.white {
	vertical-align:top;
	background-color: #FFFFFF;
}