body	{
	font-family: Verdana, Arial, sans-serif;
}

aside	{
	float: left;
	width: 20%;
	height: 250px;
	
	background: linear-gradient(to bottom, white, yellow, orange);
}

aside nav ul li	{
	list-style-type: square;
	font-size: 12pt;
	margin-bottom: 0px;
	margin-top: 0px;
}

a	{
	text-decoration: none;
}

a:hover	{
	color: blue;
}

a:active	{
	color: red;
}

article	{
	float: right;
	width: 75%;
	margin-right: 2%;
}

/* STANDARD TAGS */

h1	{
	display: block;
	text-align: center;
	font-size: 26pt;
	margin-top: 5pt;
	margin-bottom: 3pt;
}

h2	{
	display: block;
	text-align: left;
	font-size: 20pt;
	margin-top: 5pt;
	margin-bottom: 3pt;
}

h3	{
	display: block;
	text-align: left;
	font-size: 14pt;
	margin-top: 5pt;
	margin-bottom: 2pt;
}

p		{
	display: block;
	text-align: left;
	font-size: 12pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
}

li	{
	display: list-item;
	font-size: 12pt;
}

dt		{
	display: block;
	font-weight: bold;
	font-size: 12pt;
}

dd	{
	display: block;
	font-size: 12pt;
}

/* CUSTOM TAGS */

table.secttitle td:nth-child(2)	{
	padding-left: 5pt;
}

/* CUSTOM CLASSES */

.emph	{
	font-style: italic;
}



