.one {
	font-family: Serif;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cccccc;
	margin: 100px 0px 100px 200px;
	}

h1,h2	{	
	font-family: Serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}

h1	{
	color: #666666;
	}

h2	{
	font-size: 14px;
	color: #666666;
	}

a   	{
	color: #aaaaaa;
	text-decoration: underline;

	}

a:hover {
	color: #999999;
        text-decoration: none;
	}

