﻿/*
	NEC colors
	Red: #CC0000
*/

[alt='comicbook']{
float:right;}

[alt="icon1"] {
	height: 25px;
}

#ffast li {
	list-style: none;
	padding: 0 20px 0 20px;
	background-image: url(/assets/starBullet.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left top;
}
strong {
	color: #DC042C;
	font-size: large;
}
h1 {
	color: #DC042C;
	font-weight: bold;
	font-size: 20pt;
}

h2 {
	color: black;
	font-weight: bold;
	font-size: 16pt;
}
#ffast a{
	text-decoration: none;
	border-bottom: dotted 1px gray;
	color: black;
}