﻿@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
body {
	font-family: 'Fredoka One', cursive;
	font-size: 12pt;
	color: #000000;
	margin: 0 0 0 0;
}
#modulo, #sel1 {
	font-family: 'Fredoka One', cursive;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFF99;
	margin: 0 0 0 0;
}
a:hover{
	color: #FF0066
}
//a:visited{
//	color: #0000FF
}
//a:active{
//	color: #0000FF
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}