/* css */
body    {

 	font-size:150%;
        background:#000;

	}

h1    {
 	font-size:200%;
        background:#FFFFCC;
	}
h2    {
 	font-size:150%;
	font-variant:small-caps;
	}

input    {
 	font-size:80%;
	font-weight:bold;
	color: #160169;

	}
textarea    {
 	font-size:80%;
	font-weight:bold;
	color: #160169;

	}
select    {
 	font-size:80%;
	font-weight:bold;
	color: #160169;

	}


	




