body { background-color: #87CEEB; }
/* div { outline : 2px solid blue;  padding: 10px; }  */
/* nav { outline : 2px solid red; }			              */
/*	div { outline : 2px solid blue;  padding: 10px; } */
/*	nav { outline : 2px solid red; }			            */

.logo {
	FONT-WEIGHT: bold; FONT-SIZE: 21px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.div-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.div-col {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.tv { FONT-WEIGHT: bold; FONT-SIZE: 1.1em; COLOR: red; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
.mv:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.mv:hover  { color: red; font-size: 31px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }
.mv:active {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.detail mv:link {
FONT-WEIGHT: bold; FONT-SIZE: 1em; COLOR: red; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }

/* Blue */
.buttonblue-05 {   border: 2px solid blue;  color: blue;  font-weight: bold;  width:  5%;  text-align: center; background-color:white;}
.buttonblue-30 {   border: 2px solid blue;  color: blue;  font-weight: bold;  width: 30%;  text-align: center; background-color:white;}
.buttonblue-40 {   border: 2px solid blue;  color: blue;  font-weight: bold;  width: 40%;  text-align: center; background-color:white;}
/****************************** width ************************/ 
.width-2  	{ width:  2em; }
.width-2p5  { width:  2.5em; }
.width-3p5  { width:  3.5em; }
.width-6  	{ width:  6em; }
.width-10 	{ width: 10em; }
.width-20 	{ width: 20em; }
.width-40 	{ width: 40em; }
.width-45 	{ width: 45em; }
.width-50 	{ width: 50em; }
.width-60 	{ max-width: 60em; }
.width-160 	{ max-width: 160em; }
