/* CSS file for the Cooking with Phasers! website
   by Robert Daeley http://www.celsius1414.com/
*/

body {
	background-color: #333;
	color: #CCC;
	font-family: sans-serif;
	margin: 50px;
	width: 60%;
}

h1, h2, h3, h4, h5, h6 {
	color: #FF0;
}

hr {
	background-color: #333;
	border: 1px solid #666;
	height: 10px;
	width: 100%;
}

a:link, a:visited, a:active {
	color: #FFF;
}

a:hover {
	background-color: #FFF;
	color: #333;
	text-decoration: none;
}

strong {
	color: #FF0;
}

.subtitle {
	font-style: italic;
}
