/* "How to build NT + Linux Network" Contens Style */

BODY{
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 3%;
	margin-right: 20%;
	margin-left: 5%;
}

A:link{
	background: transparent;
	color: #0000FF;
	text-decoration: none;
}

A:visited{
	background: transparent;
	color: #003366;
	text-decoration: none;
}

A:active{
	background: transparent;
	color: #FF5DDD;
	text-decoration: underline;
}

A:hover{
	text-decoration: underline;
}

H1,H2,H3,H4,H5{
	font-weight: normal;
}

H1{
	font-size: 180%;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3%;
}

H2{
	font-size: 150%;
	color: #000000;
	background-color: #C0C0C0;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thick solid #000000;
	border-right: thick solid #000000;
	padding-top: 3%;
	padding-left: 1%;
	line-height: 120%;
}

H3{
	font-size: 120%;
	border-left: thick solid #000000;
	padding-top: 3%;
	padding-left: 1%;
	line-height: 120%;
}

H4{
	font-size: 110%;
}

H5{
	font-size: 100%;
}

P,OL,UL{
	line-height: 130%;
}

TABLE{
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
}

TH{
	background: #000000;
	color: #FFFFFF;
}

IMG{
	border: thin solid #0000FF;
}

ADDRESS{
	font-style: normal;
	text-align: center;
	padding-top: 5%;
}

.ascii{
	font-family: "Impact" , helvetica;
}

.navigator{
	text-align: right;
}

.lead{
	margin-right: 10%;
	margin-left: 10%;
}

.subtitle{
	font-size: 80%;
}

.figure{
	text-align: center;
	font-size: 90%;
	line-height: 120%;
}

.table-center{
	text-align: center;
}

.table-right{
	text-align: right;
}

.table-left{
	text-align: left;
}

.table-colored{
	background: #C0C0C0;
	color: #000000;
}
