/* Notes and labels inside an html or css file are formatted like this. */

/* Style sheet for Scholars SGC student web page */

/* See http://htmldog.com/guides/cssbeginner/ form useful tips on cascading style sheets */


body {
	font-family: Ariel, Futura, Verdana;
	color: #344152;
	margin: 10px;
	background: white url("https://i.ytimg.com/vi/5ARIu7grF8A/maxresdefault.jpg") repeat top right;


}

/* General selector values */

p {
	line-height: 1.4em;
}

h1 {
	font-family: Skia, Futura, Verdana, Ariel;
	color: #344152;
/* See http://www.december.com/html/spec/color.html for color codes */
	font-size: 3em;
	margin: 0;
	padding: 0.25em;
/* See http://htmldog.com/guides/cssbeginner/margins/ for margins and padding */
	text-align: center;
	font-weight: bold;
}

h2 {
	font-family: Skia, Futura, Verdana, Ariel;
	color: #236B8E;
	font-size: 2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: plain;
}

h3 {
	font-family: Skia, Futura, Verdana, Ariel;
	color: #344152;
	font-size: 1.5em;
	font-weight: bold;
}

					
#content img {
			padding: 15px;
			float: right
;
			margin: 0 0 1em 1em;
		}
a {
	text-decoration: none;
}


a:link {
	color: #FF1493;
}

a:visited {
	color: #800080;
}


/* Layout */

#header {
        text-align: center;
	font-family: Skia, Futura, Verdana;
	
}

#content {
        text-align: left;
	font-family: Skia, Futura, Verdana;
}


#footer {
	text-align: center;
	}