/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	/*color: #444;*/
	color: yellow;
	}

p {
	font-size: 14px;
	font-family: Arial; 
	color:#FFFF00;
}

b, strong {
	
}

a:link, a:visited {
	color: #0B6EFF;
	font-size: 14px;
	font-family: Arial; 
	font-weight: bold; 
	/*color: #a33d00;*/
	/*text-decoration: none;*/
	text-decoration: underline;
	padding: 1px;
}

a:hover, a:active {
	/*color: #fff;
	background-color: #767e88;
	border-color: transparent;*/
	font-size: 14px;
	font-family: Arial; 
	font-weight: bold; 
	background-color: #e3e3d4;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .movie-page-title, .movie-title {
	/*color: #FFFF00;*/
	}

h1 {
	text-align: center;
	font-size: 30px; 
	font-family: Arial; 
	font-weight: strong; 
	color: yellow;
}

h2 {
	text-align: center;
	font-size: 24px; 
	font-family: Arial; 
	font-weight: strong; 
	color: yellow;
}

h3 {
	font-size: 14px; font-family: Arial; color: yellow;
}

h4 {
	font-size: 14px; font-family: Arial; color: white;
}

h5 {
	font-size: 12px; font-family: Arial; font-weight: strong; color: yellow;
}

h6 {
	font-size: 12px; font-family: Arial; font-weight: strong; font-style:italic;color: yellow;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 2px;
}