@charset "utf-8";
@media all { 
	blockquote>p.test {color:red;}
	body {
		font-family: Arial, Helvetica, sans-serif;
	}
	header>h1 {
		text-align: center;
		color: blue;
	}
	section>h2 {
		color: green; 
	} 
	*.note {
		text-align: center;
		font-size: 0.8em;
		width:60%;
		margin:auto;
		margin-top:1em;
	}
	
	table {
		border: 1px solid black;
	}
	nav {
		text-align: center;
		background-color: lightgray;
		text-decoration: none;
	}
	a:link 
	{ 
		text-decoration:none;
	} 
	a:hover
	{
		text-decoration:underline;
	}
	ol {
		list-style-type: upper-roman;
	}
	table {
		width: 80%;
		margin-left: 10%;
	}
	td {
		vertical-align: top;
		border-width: thin;
		border-style: solid;
	}
	th {
		background-color: #CCCCCC;
	}	
	footer {
		font-size:0.9em;
		border-top:solid thin;
		line-height:20%;
	}
	header {
		border-bottom:solid thin;
	}
	blockquote {
		text-align:right;
		font-style:italic;
	}
}
