/*	

CSS Made by Oscar Carlsson.
Designed for www.Utbytesstudent.se
Date: 2009-11-03
Version 1.0

*/



/*	// __________________________________________________________________________________________________________________
	HTML
	*/
	
	html {
		margin: 0px;
		padding: 0px;
	}
	
	body {
		padding: 0px;
		margin: 0px;
             /*  background-image: url("https://utbytesstudent.se/images/layout/bg_blue.png");
   	       background-position: center top;
               background-repeat: repeat-x; */
               background-color: #19243c;  /* Old #19243c*/
		font-family: Verdana, Arial, Geneva, sans-serif;
		font-size: 11px;
		color: #2d1e0c; /* Old #402b12 */
	}



/*	// __________________________________________________________________________________________________________________
	Common
	*/

	img { 
		border: 0px; 
	}
	a:link,
	a:visited,
	a:active {
		color: #d87227;
		text-decoration: underline;
		font-weight: normal;
	}
	
	a:hover {
		color: #be745b;
		text-decoration: none;
	}
	li {
		font-family: Verdana, Arial, Geneva, sans-serif;
		font-size: 11px;
		color: #4a4948;
		line-height: 18px;}