/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * links
 */

a:link, a:visited {
	color: #a3b7cb;
	text-decoration: none;
}

a:hover {
	color: #4e5bd8;
	text-decoration: none;
}

.shortcut a:link, .shortcut a:visited {
	color: #969696;
	text-decoration: none;
}

.shortcut a:hover {
	color: #646464;
	text-decoration: none;
}

#main a:link, #main a:visited { color: #aa1428; }
#main a:hover { color: #ff0000; }

/*
 * headings
 */

h1 {
	color: #7891AA;
}

h4 {
	color: #7891AA;
}

h6 {
	color: #7891AA;
}
