body {
	color: black;
	background-color: #f9f9f9;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

p {
	margin-left: 10px;
}

img {
	border: 0px;
	}

h4 {
	font-size: 14px;
	border-left: 10px solid silver;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 30px;
}


legend {
	font-size: 13px; 
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-color: silver;
	border-width: 1px 10px 1px 10px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	background-color: white;
	color: black;
}


code {
	background-color: white;
	color: black;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 1px dotted gray;
}

.block {
	display: block;
	}

.title {
	font-size: 24px;
	margin-left: 40px;
	margin-top: 20px;
}

#content {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	border-top: 5px solid silver;
	border-right: 5px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: #eeeeee;
	color: black;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	background-image: url(irssi.jpg);
}

#content a:visited {
	color: silver;
	background-color: transparent;
}

#content a {
	color: gray;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

.link {
	color: black;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}

#list ul {
	list-style-type: none;
}

#list a:visited {
	color: silver;
	background-color: transparent;
	}

#list a {
	color: gray;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
}
	
#list a:hover {
	color: black;
	background-color: transparent;
	text-decoration: underline;
	border-bottom: 0px;
	}
	
fieldset {
	border: 1px dashed #c4c4c4;
	margin: 30px 5px 5px 5px;
	padding: 5px;
}

.totop {
	
	margin: 5px;
	font-weight: bold;
	text-decoration: none;
	color: gray;
}


#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

#footer img {
	vertical-align: text-bottom;

}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}
	

