﻿/*


*/

body {
	background-color: black;
	font-family: Tahoma, Geneva, sans-serif;
}
/*Page section settings*/
#articleheader {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 7px;
	text-align: center;
	color: white;
}

/* Film Title settings  */
#title {
 font-size: 20px;
 color: white;
 text-align: left;
}

/* Left section of Page body  */
#leftsection {
	font-size: 20px;
	color: white;
}

/* Song title captions   */
#song {
	font-size: 14px;
	color: white;
}

/* Photo caption settings */ 
#caption {
	font-size: 12px;
	color: white;
	text-align: center;
}

/* Page Background settings */
html {
  background-image: url(Sergio1.jpg);
  
}

blockquote {
	color: white;
	font-size: 14px;
	font-family: 'Comic Sans MS', cursive;
}



/*Navigation Bar settings*/
nav {
	background-color: #7c3425;
	line-height: 2em;
}

nav ul {
	list-style-type: disc;
}

nav ul li:hover{

text-shadow: rgb(255, 255, 255) 0px 0px 10px;
	color: rgba(255,255,255,0.8);
}



/* unvisited link */
a:link {
    color: white;
    text-decoration: none;
	
}

/* visited link settings */
a:visited{
	color: white;
}

/* User click text settings*/
a:active {
	color: black;
}

/* External link settings  */
#leftsection a:link {
	color: blue;
}





/*address/footer settings*/
address {
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: white;	
}

address a:link {
	color: blue;
	
}