/*	COMMUNITYMILONGA.ORG STYLE SHEET*/
/*   HTML TAGS       */

/* point to the Ubuntu font so that it is accessable*/
@font-face {
	font-family : "Ubuntu";
	src: url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic); /* IE */
	src: local ("Ubuntu"), url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic), ("truetype"); /* non -IE */ 
}

body {
	font-family: Ubuntu, "Ubuntu Light", Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #99CC99;
	text-align: center;
	color: #000000;
	border: thin none #000000;

}

table {
	background-color: #99CCCC;
	border: thin solid #000000;
	padding: 10px;

}

td {
	font-family: Ubuntu, "Ubuntu Light", Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	font-size: large;
	color: #000000;	
}

.img {
	border-radius:15px;
	
}

/*   ELEMENTS       */

a:link {color:#000066}
a:active{color:#00cc00;
	font-style:italic;}
a:visited{color:#666699}
a:hover {color:red}
