@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4
	{ color:rgb(80,140,20); font-weight:bold; }
*.right
	{ float:right; }
*.left
	{ float:left; }
*.center	
	{ text-align:center; }
*.hidden
	{ display:none; }

@media screen and (max-width: 800px) {
    h1
        { color:rgb(80,40,20); }
    *.right
    { display:none; }
}
