
/*
	===============================  sections  ===============================
*/

@import "lan01_colors.css";
@import "lan02_fonts.css";
@import "lan03_blocks.css";
@import "lan04_links.css";
@import "lan05_tags.css";

/*
	===============================  defaults  ===============================
*/

.def-body {
	background-color: Black;
	color: Yellow;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	width: 100%;
}

.def-content {
	background-color: #DC143C;
	color: White;
}

.def-font {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

.standard {
	border: none;
}


/*
	==============================  miscellanea  ==============================
*/

.neutral {
	background-color: transparent;
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	color: inherit;
}

.bordered {
	border-style: solid;
	border-width: 1;
}

.full-width {
	width: 100%;
}

.centered {
	text-align: center;
}

.left-aligned {
	text-align: left;
}

.right-aligned {
	text-align: right;
}

