/* Stanford University
 * Computer Science Department
 *
 * CS107 Stylesheet
 * Ryan Barrett (rbarrett@cs.stanford.edu)
 *
 * Based on the CS249 and CS444N Stylesheets, which were in turn based on one of
 * the W3C's core stylesheets, steely.css. Its comments are below.
 */

/* The W3C Core Styles Copyright (c) 1998 W3C (MIT, INRIA, Keio), All Rights
Reserved. W3C liability, trademark, document use and software licensing rules
apply. See http://www.w3.org/Consortium/Legal/ipr-notice.html

This stylesheet has been served in a form to avoid known bugs in your user
agent's CSS implementation. Copying and serving this stylesheet to other
agents may lead to unexpected results. Please refer to its address rather than
copy it. */




/*
 * LAYOUT STUFF
 */

h2 {
	margin-top:			40px;
}

dt {
	margin-top:			10px;
	margin-left:		25px;
}

dd {
	margin-left:		40px;
}


/* stuff with border on left */
div.header {
	width:				100%;
	border-color:		#036;
	border-right-style:	solid;
}

dl, div.faq {
	border-color:		#036;
	border-left-style:	solid;
}

dl.handouts {
	border-bottom-style: solid;
}



/*
 * FORMATTING STUFF
 

@font-face {
    font-family: ;
    src: url(sansation_light.woff);
}
*/


body {
	text-transform:		none;
	text-decoration:	none;

	font-family:		'Source Sans Pro', sans-serif;
	color:				black;
	background:			white;
}

h1,h2, h3, h4, h5, h6, th, dt {
	font-family:		Verdana, Tahoma, 'Myriad Web', Syntax,
	sans-serif;
	font-variant: small-caps;
	color:				#883020;
}

hr {
	color:				#036;
}

a:link	{	
	text-decoration:	none;
	font-weight:		bold;
	color:				#996666;
}

a:visited	{	
	text-decoration:	none;
	font-weight:		bold;
	color:				#996;
}

a:active	{	
	text-decoration:	none;
	font-weight:		bold;
	color:				#996666;
}

a:hover	{
	text-decoration:	none;
	color:				#996666;
	background:			white;
}





