/* @group contextual */
.h1 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #122122;
} 
  
 #p {
  margin: 0 0 10px;
}

.a {
  color: #28517b;
}

.grey { font-family: Arial, Arial Rounded MT Bold; color: #cdc5bf; margin-top: 2px; margin-bottom: 2px;}

a:link    { color: #fff; }    /* unvisited links */

a:visited { color: #fff;}   /* visited links   */

a:hover   { color: #fff;
	        font-size: 115%;
	        font-weight: bold;
} /* user hovers     */

a:active  { color: #fff;
	        font-size: 120%;
	        font-weight: bold;
}   /* active links    */



.a2:link    { color: #4e4b4d;
	font-size: 102%;
}    /* unvisited links */

.a2:visited { color: #88287c;}   /* visited links   */

.a2:hover   { color: #4e4b4d;
	        font-size: 105%;
	        font-weight: bold;
} /* user hovers     */

.a2:active  { color: #4e4b4d;
	        font-size: 107%;
	        font-weight: bold;
}   /* active links    */



:link, :visited { text-decoration: none ! important }

:link, active { text-decoration: none ! important }

:link:hover, :visited:hover { text-decoration: none ! important }

.li, hover, focus {
	position:relative;
    margin: 1px;
    padding: 1px;
	display: block;
	width: 115px;
	height: 38px;
	top: 2px;
	visibility: visible;
	overflow: visible;
	z-index: auto;
	color: #f0f3e3;
	font-size: 13px;
	text-decoration: none;
} 
  /* @end */
