﻿.Curso{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color: #cc6600;
    text-decoration: none;
}

.Curso:visited {
    text-decoration: none;
}

.Curso:hover{
	text-decoration: underline;
}

.loginbutton{
 display:block;
  width:60px;
   height:18px;
    line-height:18px;
	font-family: Georgia,Palatino Linotype,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight:bold;
     text-align:center;
	color: white;
    text-decoration: none;
     border:solid 1px black;
     background-color:Gray;
}

.loginbutton:visited {
    text-decoration: none;
}

.loginbutton:hover{
	color: white;
    text-decoration: none;
     border:solid 1px gray;
     background-color:black;
	
}


