body 
{
	margin: 5%;
	background-color: #FFFF00;
	color: #000000;
	font-family: sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

code 
{
	font-family:  fixed, monospace;
	color: #A52A2A;
}

h1, h2
{
	text-decoration: underline;
}

li, dt
{
	font-variant: small-caps;
}

li p, dd, dt
{
	font-variant: normal;
}


#floatingMovie {
	width:320px;
	height:260px;
	float:right;
	margin:20px;
}

#floatingYouTubeMovie {
	width:425px;
	height:350px;
	float:right;
	margin:20px;
}
	
#floatingHardware {
	float:right;
	margin:15px;
}

#floatingHardwareLeft {
	float:left;
	margin:5px;
}

