       A:link {text-decoration:underline; color:blue;}
		A:visited{text-decoration:underline; color:teal;}

.trial				
						{
						background:blue;
						color:ghostwhite;
						text-decoration:none;
           					font-style:arial;
						font-size:14pt;
												border-width:thick;
						border-style:groove;
	      		    	      border-color:DodgerBlue;

						}

.trial1				
						{
						background:skyblue;
						color:blue;
						text-decoration:none;
           					font-style:arial;
						font-size:12pt;
						width:300px;
						border-width:thick;
						border-style:groove;
	      		    	      font-weight:900;
						}
.trial2				
						{
						background:skyblue;
						color:Black;
						text-decoration:none;
           					font-style:arial;
						font-size:14pt;
						width:300px;
						border-width:thick;
						border-style:groove;
	      		    	      border-color:goldenrod;
						}
.change				
						{
						background:white;
						color:blue;
						text-decoration:none;
           					font-style:arial;
						font-size:12pt;
						border-width:thick;
						border-style:groove;
	      		    	      						}
.change1				
						{
						background:white;
						color:blue;
						text-decoration:none;
           					font-style:arial;
						font-size:12pt;
						width:300px;
						border-width:thick;
						border-style:groove;
	      		    	      border-color:white;

						}

warn                            {
						 color:red;
						}


A:hover {text-decoration:bold; color:red;}
