﻿  
  
.nav-link {
    text-align:left;
    padding-top:5px
	
}  

a.nav-link:link {
    color: #ffffff;
    font-weight:bold;
    font-size:11px
}
a.nav-link:visited {
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

a.nav-link:hover {
    color:#000000;
    text-decoration:none;
    font-weight:bold;
  
}
    
a.content:link {
   color:#ffffff 
}
a.content:visited {
   color:#ffffff
}
a.content:hover {
    color:#068B3C;
}

.ss-box {
	float:left;
	width:320px;
	height:213px;
	padding:1px;
	background-color:white
}