/* Link colors – all official Toastmasters color values from toastmasters.org */
a:link {color:#004165;} /* unvisited link */
a:visited {color:#004165;} /* visited link */
a:hover {color:#CD202C;} /* mouse over link */


/* For All content */
body {
font-family: Tahoma, Arial, Tahoma; /* Type of Font */
font-size: 12px; 
}

/* To remove the square bullet from the homepage Mercury Newsblog entry */
.lcp_catlist li{
  list-style: none;
}

/* To make picture a circle */
.circular-image img { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }

/* Decreases the left-hand margin of the Mercury Newsblog section on the homepage */
ul.lcp_catlist {
	margin:0 0 0 0px;


