﻿.body
{
	font-size: larger;
}
h1
{
	font-family: 'Arial Black';
	font-size: xx-large;
	text-align: center;
}
h2
{
	font-family: 'Arial Black';
	font-size: large;
	text-align: center;
}
h3
{
	font-family: 'Arial Black';
	font-size: medium;
	text-align: center;
}
h4
{
	font-family: 'Arial Black';
	font-size: large;
	text-align: left;
}
h5
{
	font-family: 'Arial Black';
	font-size: large;
	text-indent: 105px;
}
.subtitle
{
	font-size: large;
}
a:link
{
	text-decoration: none;
	background: #40FF40;
	color: #000000;
}
a:hover
{
	text-decoration: none;
	background: #FF4080;
	color: #000000;
}
a:active
{
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
}
a:visited
{
	text-decoration: none;
	background: #8080FF;
	color: #000000;
}
buttonlink
{
	color: #000000;
}
.topic
{
	font-family: 'Arial Black';
	font-size: xx-large;
	text-align: center;
}
.subtopic
{
	font-family: 'Arial Black';
	font-size: large;
	text-align: center;
}
.subsubtopic
{
	font-family: 'Arial';
	font-size: medium;
	text-align: center;
}
.title
{
	font-family: 'Arial Black';
	font-size: large;
	text-align: center;
}
.subtitle
{
	font-family: 'Arial Black';
	font-size: medium;
	text-align: center;
}
.subsubtitle
{
	font-family: 'Arial';
	font-size: medium;
	text-align: center;
}
.Header
{
	position: relative;
	width: 80%;
}
.VideoOfTheDay
{
	position: absolute;
	top: 0;
	left: 80%;
	width: 20%;
	text-align: center;
}
body
{
	background-image: url( 'Images/Yellow Legal.jpg' );
}
.topstory
{
	border-style: inset;
}
.sidebar
{
	border-style: inset;
	background-image: none;
	background-color: #000000;
	color: #FFFF00;
}
.sidebar a:link
{
	text-decoration: underline;
	background-color: #000000;
	color: #00C0C0;
}
.sidebar a:visited
{
	text-decoration: underline;
	background-color: #000000;
	color: #008080;
}
.linkbutton
{
	border-style: outset;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #808000;
	border-right-color: #808000;
	background-color: #FFFF00;
	color: #000000;
	text-align: center;
}
.linkbutton a:link
{
	background-color: #FFFF00;
	text-decoration: none;
	color: #000000;
}
.linkbutton a:visited
{
	background-color: #FFFF00;
	text-decoration: none;
	color: #0000FF;
}
li
{
	list-style-image: url( 'file:///C:/Projects/WebSites/TheUMLGuy/Images/MainBullet.gif' );
}
li li
{
	list-style-image: url( 'file:///C:/Projects/WebSites/TheUMLGuy/Images/SubBullet.gif' );
}
