<head>


<style>
		body
		{
			font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:85%;
			
		}

		a{color:blue;text-decoration:none;font-size:13px}
	/*
		#bodyback{background:url('http://localhost:8080/skolyte/img/bgd.JPG') repeat-x; width:100%;}
		#sidecolumn{background:url('http://localhost:8080/skolyte/px/gbc.jpg') repeat-x; height:100%;}

		a{color:blue;text-decoration:none;font-size:16px}*/

		table{font-family:"Trebuchet MS",sans-serif;font-size:90%;}

		tr#element
		{
			background-color: #f2f2f2;
			cursor: pointer;
			/*height: 30px;*/

		}

		tr#element:hover
		{
			background-color: #FFFFFF;
			cursor: pointer;
		}
		

input[type="text"]
{
	width:350px;
	height:30px;
	display:block;
	margin-bottom:10px;
	background-color:#ffffff;
	font-size:20;
}

input[type="button"]
{
	width:120px;
	margin-left:35px;
	display:block;
	background-color:silver;
	color:#000000;
	font-family:arial;
	font-size:20;
}


/*
		a:hover,a:active
		{
			color:red;
			font-family:"Trebuchet MS",sans-serif;font-size:90%;
		}
*/
		.btnav { background-color:#FFFFFF;} 
		.btnav2 { background-color:#E6E6E6;} 
		.btnav3 {font-family:"arial",sans-serif;font-size:80;}
		.btnav4 {font-family:"arial",sans-serif;font-size:30;}
		.btnav5 {background-color:#F2F2F2;} 
		.begin {background-color:#FFFFFF;font-family:"arial",sans-serif;font-size:60;} 

.button 
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 75px;
	margin: 0 0px;
	text-decoration: none;

    /*Step 2: Basic Button Styles*/
    display: block;
    height: 40px;
    width: 90px;
    background: #34696f;
    border: 0px solid rgba(33, 68, 72, 0.59);
     
    /*Step 3: Text Styles*/
   /* color: rgba(0, 0, 0, 0.55);*/
    text-align: center;
    font: bold 2.2em/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
     
    /*Step 4: Fancy CSS3 Styles*/
    background: -webkit-linear-gradient(top, #FF6600, #ffffff);
    background: -moz-linear-gradient(top, #FF6600, #ffffff);
    background: -o-linear-gradient(top, #FF6600, #ffffff);
    background: -ms-linear-gradient(top, #FF6600, #ffffff);
    background: linear-gradient(top, #FF6600, #ffffff);
     
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   /*  
    -webkit-box-shadow: 0 8px 0 #1b383b;
    -moz-box-shadow: 0 8px 0 #1b383b;
    box-shadow: 0 8px 0 #1b383b;
    
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
    */  
}
 
/*Step 3: Link Styles*/
a.button2 {
    text-decoration: none;
}
 
/*Step 5: Hover Styles*/
a.button:hover {
    background: #AD33D6;
    background: -webkit-linear-gradient(top, #AD33D6, #ffffff);
    background: -moz-linear-gradient(top, #AD33D6, #ffffff);
    background: -o-linear-gradient(top, #AD33D6, #ffffff);
    background: -ms-linear-gradient(top, #AD33D6, #ffffff);
    background: linear-gradient(top, #AD33D6, #ffffff);
}
		

	</style>

</head>
