@charset "UTF-8";
/* CSS Document */

body
{
font-family: Georgia, serif;
font-style: normal;
}

h1
{
font-size: 70px;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
margin-bottom: 0;
font-style: italic;
}

h2
{
	font-weight: normal;
	font-style: italic;
}

h3
{
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	color: #AAA;
}

#title
{
	width: 90%;
	display: inline-block;
	border-bottom: 1px solid #999;
}

#mug
{
	position: relative;
	vertical-align: middle;
	margin: 10px;
}

#inline-list {
	margin: 1em;
	width: 90%;
	padding: 0px;
	text-align: right;
	}

#inline-list p {
	display: inline;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 10px;
	padding: 0;
	font-size: 20px;
}



a
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #86B300;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #00C206;
}

#bodycolumns
{
	margin: 2em;
	width: 90%;
}

.col
{
	display: inline;
	width: 49%;
}

.col-l
{
	float: left;
	text-align: justify;
	width: 70%;
}

.col-r
{
	float: right;
	width: 20%;
}
